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 #684

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
6 changes: 3 additions & 3 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.3.2
# Generated by edx-lint version: 5.3.6
# ------------------------------
[MASTER]
ignore =
Expand Down Expand Up @@ -383,6 +383,6 @@ ext-import-graph =
int-import-graph =

[EXCEPTIONS]
overgeneral-exceptions = Exception
overgeneral-exceptions = builtins.Exception

# 4ffcd1a49c7a1312d20c4b5f8ed46fcbe7ea9fa4
# 0b16e61e166e4b2107b8c83bdc55724822b260ad
16 changes: 4 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrow==1.3.0
# via
# -r requirements/test.txt
# cookiecutter
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -50,7 +50,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -166,10 +166,6 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
lxml==4.9.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -250,7 +246,7 @@ pygments==2.16.1
# -r requirements/test.txt
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -261,7 +257,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -411,10 +407,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
xblock==1.8.1
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ botocore==1.31.68
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
django==2.2.28
# via
Expand Down
12 changes: 4 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# fs
arrow==1.3.0
# via cookiecutter
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.in
# pylint
Expand All @@ -34,7 +34,7 @@ certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -113,8 +113,6 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/django.txt
Expand Down Expand Up @@ -169,7 +167,7 @@ pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -178,7 +176,7 @@ pylint==2.17.7
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -289,8 +287,6 @@ webob==1.8.7
# -r requirements/django.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via astroid
xblock==1.8.1
# via xblock-sdk
xblock-sdk==0.7.0
Expand Down
Loading