]> 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:16:03 +0000 (12:16 -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
(cherry picked from commit 67e51ea5dcb3955105c35bf8149785bd72c7a521)

tox.ini

diff --git a/tox.ini b/tox.ini
index 63274a325b6978f9a30a13e60251e2a781c01948..0123bca7343fe0ef9cc90678e4846b26cd6952bc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -60,6 +60,7 @@ setenv=
     nocext: DISABLE_SQLALCHEMY_CEXT=1
     cov: COVERAGE={[testenv]cov_args}
     sqlite: 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,oracle6,oracle5: ORACLE={env:TOX_ORACLE:--db oracle}