]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Use TOX_POSTGRESQL_MASTER for master
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Aug 2020 02:44:33 +0000 (22:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Aug 2020 02:44:33 +0000 (22:44 -0400)
since 1.3 doesn't have updated pg8000 support nor
asyncpg support it needs to stay on the previous
TOX_POSTGRESQL variable, so make a new one that will
have the newer drivers in it.

Change-Id: I19739f8da1231db975a046f12af5eefc9636cd4a

tox.ini

diff --git a/tox.ini b/tox.ini
index f16d94eaa5c5bef45632666e6ebf4937e8058d06..f230e5be12f05e33f4eeb1184ccf470f9a38fa76 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -58,7 +58,7 @@ setenv=
     cov: COVERAGE={[testenv]cov_args}
     sqlite: SQLITE={env:TOX_SQLITE:--db sqlite}
     sqlite_file: SQLITE={env:TOX_SQLITE_FILE:--db sqlite_file}
-    postgresql: POSTGRESQL={env:TOX_POSTGRESQL:--db postgresql}
+    postgresql: POSTGRESQL={env:TOX_POSTGRESQL_MASTER:--db postgresql}
     mysql: MYSQL={env:TOX_MYSQL:--db mysql --db pymysql}
     oracle: ORACLE={env:TOX_ORACLE:--db oracle}
     mssql: MSSQL={env:TOX_MSSQL:--db mssql}
@@ -70,7 +70,7 @@ setenv=
 # tox as of 2.0 blocks all environment variables from the
 # outside, unless they are here (or in TOX_TESTENV_PASSENV,
 # wildcards OK).  Need at least these
-passenv=ORACLE_HOME NLS_LANG TOX_POSTGRESQL TOX_MYSQL TOX_ORACLE TOX_MSSQL TOX_SQLITE TOX_SQLITE_FILE TOX_WORKERS
+passenv=ORACLE_HOME NLS_LANG TOX_POSTGRESQL_MASTER TOX_MYSQL TOX_ORACLE TOX_MSSQL TOX_SQLITE TOX_SQLITE_FILE TOX_WORKERS
 
 # for nocext, we rm *.so in lib in case we are doing usedevelop=True
 commands=