]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- restore the use of PYTHONNOUSERSITE that was removed
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jan 2016 19:23:33 +0000 (14:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jan 2016 19:23:33 +0000 (14:23 -0500)
commit49dfeda6d7578aeae9ec954945cda38ee5aae6a9
tree7cc804636c19e96ec885c23744febe52e143dfb3
parent8aa95fa2cd0e15b77af3e5976436adc6ed6123b9
- restore the use of PYTHONNOUSERSITE that was removed
in df3f125bd84fc7ec5d45592c5774daf3a39d9bc9, this flag is
explicitly checked within conftest.py and we need to continue to use
it, otherwise a tox build inside of .tox that isn't usedevelop
is ignored, including C extensions
- rework the whole system of running with coverage, so that
with coverage, we *are* using usedevelop, but also make sure
we rm the .so files for nocext, make sure we --cov-append, etc.
test/conftest.py
tox.ini