From afd99bb8bd0e28b36385c1dae152765bca1590f0 Mon Sep 17 00:00:00 2001 From: Ali Nawaz Date: Tue, 3 Dec 2024 07:44:47 +0500 Subject: [PATCH] chore: remove constraint on pytest-xdist --- requirements/constraints.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index bfc6554750..11a3de4732 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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