]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- and NLS_LANG....
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Dec 2015 22:17:40 +0000 (17:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Dec 2015 22:17:58 +0000 (17:17 -0500)
(cherry picked from commit 077f26af5f6fefdc98f6720ab5e02b0fad6eff7a)

tox.ini

diff --git a/tox.ini b/tox.ini
index 3d9949e7e4f2ae915dc654dc83734710da0d2fac..030d0ecf54b4de293ca975c27f52326fc057a5b1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,8 +12,8 @@ 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
+# wildcards OK).  Need at least these
+passenv=ORACLE_HOME NLS_LANG
 
 commands=
   python -m pytest {posargs}