From 6086d7b608a365dc3ccfcb37d8bac7f02de338fe Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 3 Oct 2017 10:36:07 +0100 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5f401a7a..519020f98 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ deps= typing setenv = SPHINX_TEST_TEMPDIR = {envdir}/testbuild - PYTHONDONTWRITEBYTECODE = true commands= {envpython} -Wall tests/run.py --ignore tests/py35 --cov=sphinx \ --durations 25 {posargs}