]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes with...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Jan 2016 18:38:34 +0000 (13:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Jan 2016 18:38:34 +0000 (13:38 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index d9ed9d1c22f916d88bd1b34843af6d2f17120cfe..8170cb5982a3826076d7c333573f9ec2d93eeb76 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,13 +23,10 @@ deps=pytest
      cov: .[postgresql]
 
 # -E     : ignore PYTHON* environment variables (such as PYTHONPATH)
-# -s     : don't add user site directory to sys.path; also PYTHONNOUSERSITE
-# the latter is picked up by conftest.py
 # BASECOMMAND: we can't do section subtitutions in commands
 # (see https://bitbucket.org/hpk42/tox/issues/307/)
 setenv=
     PYTHONPATH=
-    PYTHONNOUSERSITE=1
     nocext: DISABLE_SQLALCHEMY_CEXT=1
     BASECOMMAND=python -m pytest -n4 --dropfirst
     cov: BASECOMMAND=python -m pytest -n4 --dropfirst {[testenv]cov_args}