Skip to content

Commit

Permalink
Merge pull request #158 from openedx/zshkoor/tox-updates
Browse files Browse the repository at this point in the history
Replaced whitelist_externals with allowlist_externals in tox and…
  • Loading branch information
UsamaSadiq authored Oct 31, 2023
2 parents c2ffaf5 + bae0819 commit 99c3ad4
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

coverage # Calculate code coverage of tests.
tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
3 changes: 0 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.2
# via tox
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ astroid==2.15.6
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/quality.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down Expand Up @@ -86,6 +87,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -365,9 +367,6 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ babel==2.12.1
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
beautifulsoup4==4.12.2
Expand Down Expand Up @@ -76,6 +77,7 @@ code-annotations==1.5.0
coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/pii_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down
1 change: 1 addition & 0 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
# via pip-tools

Expand Down
2 changes: 2 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ astroid==2.15.6
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down Expand Up @@ -74,6 +75,7 @@ code-annotations==1.5.0
coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand Down
5 changes: 4 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
# via
Expand Down Expand Up @@ -59,7 +60,9 @@ click-repl==0.3.0
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
# via pytest-cov
# via
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.in
# via
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands =
setenv =
DJANGO_SETTINGS_MODULE = test_settings
PYTHONPATH = {toxinidir}
whitelist_externals =
allowlist_externals =
make
rm
deps =
Expand All @@ -39,7 +39,7 @@ commands =
setenv =
DJANGO_SETTINGS_MODULE = test_settings
PYTHONPATH = {toxinidir}/mock_apps/
whitelist_externals =
allowlist_externals =
make
rm
touch
Expand Down

0 comments on commit 99c3ad4

Please sign in to comment.