]> 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:59:03 +0000 (16:59 -0500)
(cherry picked from commit 7f423e875669ee549b1f53f90d2db340b6c957cd)

tox.ini

diff --git a/tox.ini b/tox.ini
index 3a4caf5754240aaa90ffb6d65ca6c8a4bd98afbe..3d9949e7e4f2ae915dc654dc83734710da0d2fac 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,11 @@ deps=pytest
 sitepackages=True
 usedevelop=True
 
+# 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}