From e2dad0d7ed25114c43d75957380f0e07b0d3517b Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 27 Jun 2024 11:07:55 -0500 Subject: [PATCH] strip spaces --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e49c1ebe..6eaf7fc8 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ skipsdist = True envlist = lint_all, testenv # this needs to be defined on a single line. tox has problems with multiline lists # This list determined which adapters will be run by dbt centralized testing -supported_adapters = postgres, snowflake, redshift, bigquery +supported_adapters = postgres,snowflake,redshift,bigquery [testenv] passenv =