]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Disable sqlite_file tests by default, take two
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Mar 2020 16:14:12 +0000 (12:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Mar 2020 16:14:12 +0000 (12:14 -0400)
We need no tests to run for sqlite_file until we merge
a full fix for it.   We'd like Jenkins to include this target.

Change-Id: I2737fa462572f08e2925b232a8f24d1ecd26b3ac

tox.ini

diff --git a/tox.ini b/tox.ini
index 32876311fa2f641419e7c99d7cb46b56d33556ad..16fbc9507c4b9a8c50927d28ce777cd0a304bfb5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -63,7 +63,7 @@ setenv=
     cext: REQUIRE_SQLALCHEMY_CEXT=1
     cov: COVERAGE={[testenv]cov_args}
     sqlite: SQLITE={env:TOX_SQLITE:--db sqlite}
-    sqlite_file: SQLITE={env:TOX_SQLITE:--db sqlite}
+    sqlite_file: BASECOMMAND=/bin/sh -c 'echo "sqlite_file backend tests not enabled for this version"'; /bin/true
     postgresql: POSTGRESQL={env:TOX_POSTGRESQL:--db postgresql}
     mysql: MYSQL={env:TOX_MYSQL:--db mysql --db pymysql}
     oracle: ORACLE={env:TOX_ORACLE:--db oracle}