]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Dec 2015 21:56:53 +0000 (16:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Dec 2015 21:56:53 +0000 (16:56 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index 07fcdaf4d1fde94dda14e9a3661c480ed37964f3..b35ab6e817df81fa2a5e016daff61c6c3dc09181 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -20,6 +20,11 @@ sitepackages=True
 # DISABLE_SQLALCHEMY_CEXT are honored
 usedevelop=False
 
+# 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 this one.
+passenv=ORACLE_HOME
+
 
 commands=
   python -m pytest {posargs}