Skip to content

Commit 0436c55

Browse files
authored
Lock pytest-celery to v1.2.x (using urllib3 instead of pycurl) (#9633)
1 parent 843b6f2 commit 0436c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎requirements/extras/pytest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest-celery[all]>=1.2.0
1+
pytest-celery[all]>=1.2.0,<1.3.0

‎requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==8.3.5
2-
pytest-celery[all]>=1.2.0
2+
pytest-celery[all]>=1.2.0,<1.3.0
33
pytest-rerunfailures>=14.0,<15.0; python_version >= "3.8" and python_version < "3.9"
44
pytest-rerunfailures>=15.0; python_version >= "3.9" and python_version < "4.0"
55
pytest-subtests<0.14.0; python_version < "3.9"

0 commit comments

Comments
 (0)