From 67e51ea5dcb3955105c35bf8149785bd72c7a521 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 13 Mar 2020 12:14:12 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 32876311fa..16fbc9507c 100644 --- 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} -- 2.47.3