Skip to content

Commit

Permalink
Pin edx-lint to 1.3.0
Browse files Browse the repository at this point in the history
Not an ideal fix, but might be preferable instead of pinning things in
edx-lint to account for the pylint, pylint-django, and wagtail
incompatability issues. That should eventually be resolved by upgrading
to wagtail 2.7 which gets wagtail/wagtail#5538
  • Loading branch information
bbaker6225 committed Dec 4, 2019
1 parent a2e8c2d commit 4618c0c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 22 deletions.
9 changes: 4 additions & 5 deletions requirements/dev.txt
Expand Up @@ -5,7 +5,7 @@
# make upgrade
#
argparse==1.4.0
astroid==2.3.3
astroid==1.5.3
backports.functools-lru-cache==1.6.1
beautifulsoup4==4.6.0
caniusepython3==7.2.0
Expand Down Expand Up @@ -39,7 +39,7 @@ edx-django-release-util==0.3.2
edx-django-utils==2.0.2
edx-drf-extensions==2.4.5
edx-i18n-tools==0.4.8
edx-lint==1.4.1
edx-lint==1.3.0
edx-opaque-keys==2.0.1
edx-rest-api-client==1.9.2
factory-boy==2.12.0
Expand Down Expand Up @@ -79,9 +79,9 @@ pygments==2.5.2 # via diff-cover
pyjwkest==1.3.2
pyjwt==1.7.1
pylint-celery==0.3
pylint-django==2.0.11
pylint-django==0.7.2
pylint-plugin-utils==0.6
pylint==2.4.2
pylint==1.7.6
pymongo==3.9.0
pyparsing==2.4.5
python-dateutil==2.8.0
Expand All @@ -102,7 +102,6 @@ social-auth-core[openidconnect]==1.7.0
sqlparse==0.3.0 # via django-debug-toolbar
stevedore==1.31.0
text-unidecode==1.3
typed-ast==1.4.0
unidecode==1.1.1
uritemplate==3.0.0
urllib3==1.25.7
Expand Down
9 changes: 4 additions & 5 deletions requirements/doc.txt
Expand Up @@ -5,7 +5,7 @@
# make upgrade
#
alabaster==0.7.12 # via sphinx
astroid==2.3.3
astroid==1.5.3
babel==2.7.0 # via sphinx
beautifulsoup4==4.6.0
bleach==3.1.0 # via readme-renderer
Expand Down Expand Up @@ -37,7 +37,7 @@ edx-auth-backends==2.0.2
edx-django-release-util==0.3.2
edx-django-utils==2.0.2
edx-drf-extensions==2.4.5
edx-lint==1.4.1
edx-lint==1.3.0
edx-opaque-keys==2.0.1
edx-rest-api-client==1.9.2
edx-sphinx-theme==1.5.0
Expand Down Expand Up @@ -69,9 +69,9 @@ pygments==2.5.2 # via readme-renderer, sphinx
pyjwkest==1.3.2
pyjwt==1.7.1
pylint-celery==0.3
pylint-django==2.0.11
pylint-django==0.7.2
pylint-plugin-utils==0.6
pylint==2.4.2
pylint==1.7.6
pymongo==3.9.0
pyparsing==2.4.5 # via packaging
python-dateutil==2.8.0
Expand Down Expand Up @@ -100,7 +100,6 @@ sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
stevedore==1.31.0
text-unidecode==1.3
typed-ast==1.4.0
unidecode==1.1.1
uritemplate==3.0.0
urllib3==1.25.7
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.in
Expand Up @@ -3,7 +3,7 @@
-r test.txt # Core and testing dependencies for this package

caniusepython3 # Additional Python 3 compatibility pylint checks
edx-lint # edX pylint rules and plugins
edx-lint==1.3.0
isort # to standardize order of imports
pycodestyle # PEP 8 compliance validation
pydocstyle # PEP 257 compliance validation
9 changes: 4 additions & 5 deletions requirements/quality.txt
Expand Up @@ -5,7 +5,7 @@
# make upgrade
#
argparse==1.4.0 # via caniusepython3
astroid==2.3.3
astroid==1.5.3
backports.functools-lru-cache==1.6.1 # via caniusepython3
beautifulsoup4==4.6.0
caniusepython3==7.2.0
Expand Down Expand Up @@ -36,7 +36,7 @@ edx-auth-backends==2.0.2
edx-django-release-util==0.3.2
edx-django-utils==2.0.2
edx-drf-extensions==2.4.5
edx-lint==1.4.1
edx-lint==1.3.0
edx-opaque-keys==2.0.1
edx-rest-api-client==1.9.2
factory-boy==2.12.0
Expand Down Expand Up @@ -67,9 +67,9 @@ pydocstyle==4.0.1
pyjwkest==1.3.2
pyjwt==1.7.1
pylint-celery==0.3
pylint-django==2.0.11
pylint-django==0.7.2
pylint-plugin-utils==0.6
pylint==2.4.2
pylint==1.7.6
pymongo==3.9.0
pyparsing==2.4.5 # via packaging
python-dateutil==2.8.0
Expand All @@ -89,7 +89,6 @@ social-auth-app-django==1.2.0
social-auth-core[openidconnect]==1.7.0
stevedore==1.31.0
text-unidecode==1.3
typed-ast==1.4.0
unidecode==1.1.1
uritemplate==3.0.0
urllib3==1.25.7
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Expand Up @@ -6,7 +6,7 @@ code-annotations
coverage
django-nose
django-dynamic-fixture # library to create dynamic model instances for testing purposes
edx-lint
edx-lint==1.3.0
Faker
factory_boy
mock
Expand Down
9 changes: 4 additions & 5 deletions requirements/test.txt
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.3.3 # via pylint, pylint-celery
astroid==1.5.3 # via pylint, pylint-celery
beautifulsoup4==4.6.0
certifi==2019.11.28
chardet==3.0.4
Expand Down Expand Up @@ -32,7 +32,7 @@ edx-auth-backends==2.0.2
edx-django-release-util==0.3.2
edx-django-utils==2.0.2
edx-drf-extensions==2.4.5
edx-lint==1.4.1
edx-lint==1.3.0
edx-opaque-keys==2.0.1
edx-rest-api-client==1.9.2
factory-boy==2.12.0
Expand Down Expand Up @@ -60,9 +60,9 @@ pycryptodomex==3.9.4
pyjwkest==1.3.2
pyjwt==1.7.1
pylint-celery==0.3 # via edx-lint
pylint-django==2.0.11 # via edx-lint
pylint-django==0.7.2 # via edx-lint
pylint-plugin-utils==0.6 # via pylint-celery, pylint-django
pylint==2.4.2 # via edx-lint, pylint-celery, pylint-django, pylint-plugin-utils
pylint==1.7.6 # via edx-lint, pylint-celery, pylint-django, pylint-plugin-utils
pymongo==3.9.0
python-dateutil==2.8.0
python-slugify==4.0.0 # via code-annotations
Expand All @@ -80,7 +80,6 @@ social-auth-app-django==1.2.0
social-auth-core[openidconnect]==1.7.0
stevedore==1.31.0
text-unidecode==1.3 # via faker, python-slugify
typed-ast==1.4.0 # via astroid
unidecode==1.1.1
uritemplate==3.0.0
urllib3==1.25.7
Expand Down

0 comments on commit 4618c0c

Please sign in to comment.