From 54ffb9e0e9c2a167b96f2ea2e2defa079cd45286 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 22 Mar 2020 17:42:20 +0100 Subject: [PATCH] tox: unset extras with non-default factors "extras" gets inherited from "testenv". --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index f1ddf2beb..2a75506b4 100644 --- a/tox.ini +++ b/tox.ini @@ -56,6 +56,7 @@ commands = coverage: coverage xml [testenv:checkqa] +extras = deps = flake8 commands = @@ -63,6 +64,7 @@ commands = flake8 --statistics {posargs:pytest_django pytest_django_test tests} [testenv:doc8] +extras = basepython = python3.6 skip_install = true deps = @@ -77,6 +79,7 @@ extras = docs commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html [testenv:readme] +extras = basepython = python3.5 deps = readme_renderer