From d4a1e80af3a918882db5cbd4fc874e6d1111d1a4 Mon Sep 17 00:00:00 2001 From: Julia Simon <611228+hithwen@users.noreply.github.com> Date: Mon, 13 Sep 2021 15:14:57 +0200 Subject: [PATCH] Add DDEV_SKIP_GENERIC_TAGS_CHECK to affected integrations --- avi_vantage/tox.ini | 2 ++ clickhouse/tox.ini | 1 + gearmand/tox.ini | 2 +- ibm_was/tox.ini | 1 + jboss_wildfly/tox.ini | 2 ++ mysql/tox.ini | 1 + openstack/tox.ini | 2 ++ oracle/tox.ini | 1 + sap_hana/tox.ini | 1 + tls/tox.ini | 2 ++ 10 files changed, 14 insertions(+), 1 deletion(-) diff --git a/avi_vantage/tox.ini b/avi_vantage/tox.ini index 7ad25613e5d59..a4028ac4cab49 100644 --- a/avi_vantage/tox.ini +++ b/avi_vantage/tox.ini @@ -23,3 +23,5 @@ passenv = commands = pip install -r requirements.in pytest -v {posargs} +setenv = + DDEV_SKIP_GENERIC_TAGS_CHECK=true diff --git a/clickhouse/tox.ini b/clickhouse/tox.ini index 764a5e78a8c19..646b5c521db0f 100644 --- a/clickhouse/tox.ini +++ b/clickhouse/tox.ini @@ -27,6 +27,7 @@ setenv = 19: CLICKHOUSE_VERSION=19 20: CLICKHOUSE_VERSION=20 21: CLICKHOUSE_VERSION=21 + DDEV_SKIP_GENERIC_TAGS_CHECK=true commands = pip install -r requirements.in pytest -v {posargs} diff --git a/gearmand/tox.ini b/gearmand/tox.ini index 675251c6c9977..acc63c809d646 100644 --- a/gearmand/tox.ini +++ b/gearmand/tox.ini @@ -30,4 +30,4 @@ setenv = 1.0.6: DOCKER_IMAGE=kendu/gearman 1.0.6: DOCKER_TAG=latest 1.0.6: GEARMAND_VERSION=1.0.6 - + DDEV_SKIP_GENERIC_TAGS_CHECK=true diff --git a/ibm_was/tox.ini b/ibm_was/tox.ini index 2cd768dcd7004..e3ce11f652865 100644 --- a/ibm_was/tox.ini +++ b/ibm_was/tox.ini @@ -29,3 +29,4 @@ setenv = ## Waiting upstream update, see issue: https://github.com/WASdev/ci.docker.websphere-traditional/issues/198 # 8.5: IBM_WAS_VERSION=8.5.5.14-profile 9: IBM_WAS_VERSION=9.0.5.5 + DDEV_SKIP_GENERIC_TAGS_CHECK=true diff --git a/jboss_wildfly/tox.ini b/jboss_wildfly/tox.ini index d83873e3b954d..1dfef1c498e9e 100644 --- a/jboss_wildfly/tox.ini +++ b/jboss_wildfly/tox.ini @@ -20,5 +20,7 @@ deps = passenv = DOCKER* COMPOSE* +setenv= + DDEV_SKIP_GENERIC_TAGS_CHECK=true commands = pytest -v {posargs} diff --git a/mysql/tox.ini b/mysql/tox.ini index 0397840556c28..70fe1cd94c528 100644 --- a/mysql/tox.ini +++ b/mysql/tox.ini @@ -43,3 +43,4 @@ setenv = maria10.2: MYSQL_VERSION=10.2 # EOL 24 June 2025 maria10.5: MYSQL_VERSION=10.5 + DDEV_SKIP_GENERIC_TAGS_CHECK=true diff --git a/openstack/tox.ini b/openstack/tox.ini index 8f141a2ac9b77..757f003539ff3 100644 --- a/openstack/tox.ini +++ b/openstack/tox.ini @@ -18,3 +18,5 @@ deps = commands = pip install -r requirements.in pytest -v {posargs} +setenv = + DDEV_SKIP_GENERIC_TAGS_CHECK=true diff --git a/oracle/tox.ini b/oracle/tox.ini index 43ff3082781ec..15031567449ff 100644 --- a/oracle/tox.ini +++ b/oracle/tox.ini @@ -24,6 +24,7 @@ setenv = jdbc: CLIENT_LIB=jdbc oracle: CLIENT_LIB=oracle 12.2: ORACLE_DATABASE_VERSION=12.2.0.1 + DDEV_SKIP_GENERIC_TAGS_CHECK=true commands = pip install -r requirements.in oracle: pip uninstall -y jpype1 # Should work even if jpype is not installed. diff --git a/sap_hana/tox.ini b/sap_hana/tox.ini index 21fec2f1e653b..5c20f279743ad 100644 --- a/sap_hana/tox.ini +++ b/sap_hana/tox.ini @@ -23,6 +23,7 @@ passenv = COMPOSE* setenv = 2: SAP_HANA_VERSION=2.00.036.00.20190223.1 + DDEV_SKIP_GENERIC_TAGS_CHECK=true commands = pip install -r requirements.in pytest -v {posargs} diff --git a/tls/tox.ini b/tls/tox.ini index fa95a156534af..a2357d1fee378 100644 --- a/tls/tox.ini +++ b/tls/tox.ini @@ -25,3 +25,5 @@ passenv = commands = pip install -r requirements.in pytest -v {posargs} +setenv = + DDEV_SKIP_GENERIC_TAGS_CHECK=true