Skip to content

Commit

Permalink
Merge pull request #160 from openedx/jenkins/zshkoor/tox40-updates-46…
Browse files Browse the repository at this point in the history
…e4319

fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery
  • Loading branch information
UsamaSadiq authored Oct 26, 2023
2 parents 46e4319 + 898b47d commit ddc3be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
click==8.1.3 # via pip-tools
pep517==0.12.0 # via pip-tools
pip-tools==6.6.2 # via -r requirements/pip_tools.in
pip-tools==7.3.0 # via -r requirements/pip_tools.in
tomli==2.0.1 # via pep517
wheel==0.37.1 # via pip-tools

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py38
passenv =
CODEJAIL_TEST_USER
CODEJAIL_TEST_VENV
whitelist_externals =
allowlist_externals =
make
mkdir
deps =
Expand All @@ -19,7 +19,7 @@ commands =
make test_proxy

[testenv:quality]
whitelist_externals =
allowlist_externals =
make
deps =
-rrequirements/testing.txt
Expand Down

0 comments on commit ddc3be9

Please sign in to comment.