Skip to content

Commit

Permalink
chore: pin edx-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Sep 2, 2024
1 parent 48eb9d7 commit 3e05c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ openai<=0.28.1
# This is happening on some other open source repositories as well.
# https://github.com/PrefectHQ/prefect/pull/11229/files
# https://github.com/hyperspy/hyperspy/pull/3274
pytest-xdist < 3.5.0
pytest-xdist < 3.5.0

# 5.4.0 is breaking for Python 3.8 and 3.11 CI checks with error
# importlib.resources' has no attribute 'files'
# To be unpinned once course-discovery moves to Python 3.12
edx-lint==5.3.7
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ edx-event-bus-redis==0.5.0
# via -r requirements/base.in
edx-i18n-tools==1.6.2
# via -r requirements/local.in
edx-lint==5.4.0
edx-lint==5.3.7
# via -r requirements/test.in
edx-opaque-keys[django]==2.10.0
# via
Expand Down

0 comments on commit 3e05c4f

Please sign in to comment.