Skip to content

Commit

Permalink
Revert "build: drop temp solution for astroid recursion error"
Browse files Browse the repository at this point in the history
This reverts commit d756b3c.
  • Loading branch information
mariajgrimaldi committed Apr 11, 2024
1 parent d756b3c commit cfff93e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
5 changes: 5 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
# Common constraints for openedx repos
-c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt

# Temporary solution since this version raises RecursionError for test_generate_avro_schemas.py
# This should be removed once the issue is fixed with a new astroid release or with a test_generate_avro_schemas.py
# module refactor.
astroid<3.0.0

# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library
15 changes: 12 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.1.0
astroid==2.15.8
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# pylint
# pylint-celery
Expand Down Expand Up @@ -127,7 +128,7 @@ filelock==3.13.4
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.7
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -177,6 +178,10 @@ keyring==25.1.0
# via
# -r requirements/quality.txt
# twine
lazy-object-proxy==1.10.0
# via
# -r requirements/quality.txt
# astroid
markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -257,7 +262,7 @@ pygments==2.17.2
# diff-cover
# readme-renderer
# rich
pylint==3.1.0
pylint==2.17.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -400,6 +405,10 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.16.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exceptiongroup==1.2.0
# pytest
fastavro==1.9.4
# via -r requirements/test.txt
idna==3.7
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
11 changes: 8 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.1.0
astroid==2.15.8
# via
# -c requirements/constraints.txt
# pylint
# pylint-celery
attrs==23.2.0
Expand Down Expand Up @@ -82,7 +83,7 @@ exceptiongroup==1.2.0
# pytest
fastavro==1.9.4
# via -r requirements/test.txt
idna==3.7
idna==3.6
# via requests
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -115,6 +116,8 @@ jinja2==3.1.3
# code-annotations
keyring==25.1.0
# via twine
lazy-object-proxy==1.10.0
# via astroid
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
Expand Down Expand Up @@ -167,7 +170,7 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.1.0
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -260,6 +263,8 @@ urllib3==2.2.1
# via
# requests
# twine
wrapt==1.16.0
# via astroid
zipp==3.18.1
# via
# importlib-metadata
Expand Down

0 comments on commit cfff93e

Please sign in to comment.