summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-01-26 13:38:34 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-01-26 13:38:34 -0500
commitdf3f125bd84fc7ec5d45592c5774daf3a39d9bc9 (patch)
tree918b611cf7dc45891db9b231e88255409bb30db0
parentd100bfcf606f1242ebe31e9b6fd0e86ce00f925f (diff)
downloadsqlalchemy-df3f125bd84fc7ec5d45592c5774daf3a39d9bc9.tar.gz
remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes with coverage
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index d9ed9d1c2..8170cb598 100644
--- 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}