diff --git a/requirements/ci.in b/requirements/ci.in index 06a74e8..9b75f80 100644 --- a/requirements/ci.in +++ b/requirements/ci.in @@ -4,4 +4,3 @@ codecov # Code coverage reporting tox # Virtualenv management for tests -tox-battery # Makes tox aware of requirements file changes diff --git a/tox.ini b/tox.ini index d273a25..5627120 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = setenv = DJANGO_SETTINGS_MODULE = test_settings PYTHONPATH = {toxinidir} -whitelist_externals = +allowlist_externals = make rm twine @@ -49,7 +49,7 @@ commands = setenv = DJANGO_SETTINGS_MODULE = test_settings PYTHONPATH = {toxinidir} -whitelist_externals = +allowlist_externals = make rm touch