Fixed issue in tox.ini file where changes in the tox 4.0 series to the
format of "passenv" caused tox to not function correctly, in particular
raising an error as of tox 4.0.6.
Change-Id: I659c8fc523a71deaa02a89103c9e7241cf81d831
References: https://github.com/tox-dev/tox/issues/2676
--- /dev/null
+.. change::
+ :tags: bug, tests
+
+ Fixed issue in tox.ini file where changes in the tox 4.0 series to the
+ format of "passenv" caused tox to not function correctly, in particular
+ raising an error as of tox 4.0.6.
cov: pytest-cov
-allowlist_externals=sh
+allowlist_externals=sh, /bin/true
# PYTHONPATH - erased so that we use the build that's present
# in .tox as the SQLAlchemy library to be imported
# tox as of 2.0 blocks all environment variables from the
# outside, unless they are here (or in TOX_TESTENV_PASSENV,
# wildcards OK). Need at least these
-passenv=ORACLE_HOME NLS_LANG TOX_POSTGRESQL TOX_POSTGRESQL_PY2K TOX_MYSQL TOX_MYSQL_PY2K TOX_ORACLE TOX_MSSQL TOX_SQLITE TOX_SQLITE_FILE TOX_WORKERS EXTRA_SQLITE_DRIVERS EXTRA_PG_DRIVERS EXTRA_MYSQL_DRIVERS
+passenv=
+ ORACLE_HOME
+ NLS_LANG
+ TOX_POSTGRESQL
+ TOX_POSTGRESQL_PY2K
+ TOX_MYSQL
+ TOX_MYSQL_PY2K
+ TOX_ORACLE
+ TOX_MSSQL
+ TOX_SQLITE
+ TOX_SQLITE_FILE
+ TOX_WORKERS
+ EXTRA_SQLITE_DRIVERS
+ EXTRA_PG_DRIVERS
+ EXTRA_MYSQL_DRIVERS
# for nocext, we rm *.so in lib in case we are doing usedevelop=True
commands=