From: Mike Bayer Date: Sat, 5 Dec 2015 22:17:40 +0000 (-0500) Subject: - and NLS_LANG.... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8d6cc207b05785e34a4d5b88db961dbb7ed6d6d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - and NLS_LANG.... (cherry picked from commit 077f26af5f6fefdc98f6720ab5e02b0fad6eff7a) --- diff --git a/tox.ini b/tox.ini index 3d9949e7e4..030d0ecf54 100644 --- 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}