diff --git a/requirements/ci.in b/requirements/ci.in index 04975275..619122ce 100644 --- a/requirements/ci.in +++ b/requirements/ci.in @@ -2,4 +2,3 @@ -c constraints.txt tox # Virtualenv management for tests -tox-battery # Makes tox aware of requirements file changes diff --git a/tox.ini b/tox.ini index 83bc7f23..f86f0fd0 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps = -r{toxinidir}/requirements/test.txt passenv = DB_HOST -whitelist_externals = +allowlist_externals = make commands = make test @@ -25,7 +25,7 @@ commands = [testenv:quality] deps = -r{toxinidir}/requirements/quality.txt -whitelist_externals = +allowlist_externals = make commands = {toxinidir}/script/max_pep8_violations