mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
e023c296e8
commit
6086d7b608
1
tox.ini
1
tox.ini
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user