From: Mike Bayer Date: Sat, 5 Dec 2015 21:56:53 +0000 (-0500) Subject: - add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a627573510a55317c391fcfc985f707947ac60d8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0 (cherry picked from commit 7f423e875669ee549b1f53f90d2db340b6c957cd) --- diff --git a/tox.ini b/tox.ini index 3a4caf5754..3d9949e7e4 100644 --- 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}