Drop sitepackages=False from tox.ini
This never made sense, the default is False anyway. But distros specifically patch tox.ini with sitepackages=True to test their packages instead of stuff fetched from PyPI. Specifically settings this to it's default only makes ditros life worse. Change-Id: I3cbdc416c5114b49bc0b6a4b125c75c53eec23dd
This commit is contained in:
parent
819f98fc8c
commit
25aa531f84
2
tox.ini
2
tox.ini
@ -16,8 +16,6 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
commands =
|
commands =
|
||||||
bash -x {toxinidir}/run-tests.sh {posargs}
|
bash -x {toxinidir}/run-tests.sh {posargs}
|
||||||
{toxinidir}/tools/config/check_uptodate.sh
|
{toxinidir}/tools/config/check_uptodate.sh
|
||||||
|
|
||||||
sitepackages = False
|
|
||||||
downloadcache = {toxworkdir}/_download
|
downloadcache = {toxworkdir}/_download
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
Loading…
Reference in New Issue
Block a user