Skip to content

Commit

Permalink
Merge pull request #97 from openedx/jenkins/zshkoor/tox40-updates-c81…
Browse files Browse the repository at this point in the history
…a52e

fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery
  • Loading branch information
UsamaSadiq authored Oct 26, 2023
2 parents c81a52e + c27c19e commit 74df58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = py38,quality

[testenv]
whitelist_externals =
allowlist_externals =
touch
deps =
-r requirements/test.txt
Expand Down

0 comments on commit 74df58e

Please sign in to comment.