From 00f12a70edc3fca675384d17754d63b485e3b677 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 20 Oct 2023 10:48:31 -0400 Subject: [PATCH] fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery --- requirements/ci.in | 1 - requirements/test.in | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) 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/requirements/test.in b/requirements/test.in index 5f9513ca..98122540 100644 --- a/requirements/test.in +++ b/requirements/test.in @@ -9,4 +9,3 @@ pytest-django pytest-cov pytest-rerunfailures tox # Virtualenv management for tests -tox-battery # Makes tox aware of requirements file changes diff --git a/tox.ini b/tox.ini index 602aa549..f2dd9479 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ addopts = --cov workbench --cov sample_xblocks --cov-report term-missing --cov-r norecursedirs = .* doc bin prototype screenshots requirements [testenv] -whitelist_externals = +allowlist_externals = make deps = django32: Django>=3.2,<4.0