From: Mike Bayer Date: Fri, 13 Mar 2020 16:14:12 +0000 (-0400) Subject: Disable sqlite_file tests by default, take two X-Git-Tag: rel_1_3_16~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd289668ffe99eade4f19949471b2d7760f988a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Disable sqlite_file tests by default, take two 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) --- diff --git a/tox.ini b/tox.ini index 63274a325b..0123bca734 100644 --- 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}