Skip to content

Commit

Permalink
fix: Replaced whitelist_externals with allowlist_externals in tox and…
Browse files Browse the repository at this point in the history
… removed tox-battery (#396)

* fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery
---------

Co-authored-by: zubairshakoorarbisoft <zubair.shakoor@arbisoft.com>
  • Loading branch information
1 parent 8e61aa8 commit 056a6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands =
[testenv:quality]
setenv =
PYTHONPATH = {toxinidir}
whitelist_externals =
allowlist_externals =
make
commands =
make quality
Expand All @@ -26,7 +26,7 @@ commands =
changedir = docs
deps =
-r{toxinidir}/requirements/docs.txt
whitelist_externals =
allowlist_externals =
make
commands =
make html

0 comments on commit 056a6c1

Please sign in to comment.