Skip to content

Commit

Permalink
chore: remove constraint on pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Dec 3, 2024
1 parent 2eb6717 commit afd99bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ selenium==4.12.0
# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.
openai<=0.28.1

# Version 3.5.0 is causing some tests (learner_pathway models, test_add_provisioning_data, etc.) to fail
# all of a sudden. The v3.5.0 introduces some ordering changes in `loadscope` dist and that is causing an existing test(s)
# that do not clean up properly to cause failures. Pinning the version to unblock requirements upgrade.
# 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

# 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
Expand Down

0 comments on commit afd99bb

Please sign in to comment.