diff --git a/requirements/ci.in b/requirements/ci.in index 37978497..3586cbe3 100644 --- a/requirements/ci.in +++ b/requirements/ci.in @@ -3,4 +3,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 75e00e4a..c69547ee 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = setenv = DJANGO_SETTINGS_MODULE = enterprise_subsidy.settings.test PYTHONPATH = {toxinidir} -whitelist_externals = +allowlist_externals = make rm deps = @@ -59,7 +59,7 @@ commands = make -e -C docs html [testenv:translations] -whitelist_externals = +allowlist_externals = make deps = -r{toxinidir}/requirements/dev.txt @@ -67,7 +67,7 @@ commands = make validate_translations [testenv:quality] -whitelist_externals = +allowlist_externals = make deps = -r{toxinidir}/requirements/quality.txt