tox: Don't bother setting 'PYTHONDONTWRITEBYTECODE'

As I've previously discovered [1], this doesn't actually do anything in
modern tox. Simply remove it.

[1] https://review.openstack.org/#/c/369986/

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2017-10-03 10:36:07 +01:00
parent e023c296e8
commit 6086d7b608

View File

@ -13,7 +13,6 @@ deps=
typing typing
setenv = setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild SPHINX_TEST_TEMPDIR = {envdir}/testbuild
PYTHONDONTWRITEBYTECODE = true
commands= commands=
{envpython} -Wall tests/run.py --ignore tests/py35 --cov=sphinx \ {envpython} -Wall tests/run.py --ignore tests/py35 --cov=sphinx \
--durations 25 {posargs} --durations 25 {posargs}