Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
django==3.2.22
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ typing-extensions==4.8.0
# via
# grimp
# import-linter
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
1 change: 0 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@

diff-cover # Changeset diff test coverage
edx-i18n-tools # For i18n_tool dummy
tox-battery # Makes tox aware of requirements file changes
django-debug-toolbar # Debugging DB queries primarily
16 changes: 6 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -129,7 +129,7 @@ django-debug-toolbar==4.2.0
# via
# -r requirements/dev.in
# -r requirements/quality.txt
django-stubs==4.2.5
django-stubs==4.2.6
# via
# -r requirements/quality.txt
# djangorestframework-stubs
Expand Down Expand Up @@ -165,7 +165,7 @@ edx-drf-extensions==8.12.0
# via -r requirements/quality.txt
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -261,7 +261,6 @@ more-itertools==10.1.0
mypy==1.6.1
# via
# -r requirements/quality.txt
# django-stubs
# djangorestframework-stubs
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -355,7 +354,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -376,7 +375,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -485,9 +484,6 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/quality.txt
types-pytz==2023.3.1.1
Expand Down Expand Up @@ -536,7 +532,7 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
Expand Down
11 changes: 5 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/test.txt
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -78,7 +78,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -104,7 +104,7 @@ django-crum==0.7.9
# edx-django-utils
django-debug-toolbar==4.2.0
# via -r requirements/test.txt
django-stubs==4.2.5
django-stubs==4.2.6
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand Down Expand Up @@ -187,7 +187,6 @@ mock==5.1.0
mypy==1.6.1
# via
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -229,7 +228,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -252,7 +251,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
11 changes: 5 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -106,7 +106,7 @@ django-crum==0.7.9
# edx-django-utils
django-debug-toolbar==4.2.0
# via -r requirements/test.txt
django-stubs==4.2.5
django-stubs==4.2.6
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand Down Expand Up @@ -138,7 +138,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
edx-drf-extensions==8.12.0
# via -r requirements/test.txt
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -205,7 +205,6 @@ more-itertools==10.1.0
mypy==1.6.1
# via
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -269,7 +268,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -283,7 +282,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
7 changes: 3 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -91,7 +91,7 @@ django-crum==0.7.9
# edx-django-utils
django-debug-toolbar==4.2.0
# via -r requirements/test.in
django-stubs==4.2.5
django-stubs==4.2.6
# via
# -r requirements/test.in
# djangorestframework-stubs
Expand Down Expand Up @@ -148,7 +148,6 @@ mock==5.1.0
mypy==1.6.1
# via
# -r requirements/test.in
# django-stubs
# djangorestframework-stubs
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -192,7 +191,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ setenv =
PYTHONPATH = {toxinidir}
# Adding the option here instead of as a default in the docs Makefile because that Makefile is generated by sphinx.
# SPHINXOPTS = -W
whitelist_externals =
allowlist_externals =
make
rm
deps =
Expand All @@ -66,7 +66,7 @@ commands =
python setup.py check --restructuredtext --strict

[testenv:quality]
whitelist_externals =
allowlist_externals =
make
rm
touch
Expand Down
Loading