summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-12-05 16:56:53 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-12-05 16:56:53 -0500
commit7f423e875669ee549b1f53f90d2db340b6c957cd (patch)
treefa6fd3797bf76c2db24a2cd5ad532ac3d4cb3197
parent012f3852bf0356c30eabab06c81f6c35a8fa1d89 (diff)
downloadsqlalchemy-7f423e875669ee549b1f53f90d2db340b6c957cd.tar.gz
- add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 07fcdaf4d..b35ab6e81 100644
--- 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}