Skip to content

Commit c4e4bab

Browse files
authored
Update pytest-rerunfailures and pre-commit versions (celery#9958)
* Update pytest-rerunfailures and pre-commit versions * Update requirements/test.txt * Apply suggestion from @Copilot
1 parent eaba0b5 commit c4e4bab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

requirements/test.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
pytest==8.4.2
22
pytest-celery[all]>=1.2.0,<1.3.0
3-
pytest-rerunfailures>=14.0,<15.0; python_version >= "3.8" and python_version < "3.9"
43
pytest-rerunfailures>=15.0; python_version >= "3.9" and python_version < "4.0"
5-
pytest-subtests<0.14.0; python_version < "3.9"
6-
pytest-subtests>=0.14.1; python_version >= "3.9"
4+
pytest-subtests>=0.14.1; python_version >= "3.9" and python_version < "4.0"
75
pytest-timeout==2.4.0
86
pytest-click==1.1.0
97
pytest-order==1.3.0
108
boto3>=1.26.143
119
moto>=4.1.11,<5.1.0
12-
# typing extensions
10+
# type checking
1311
mypy==1.14.1; platform_python_implementation=="CPython"
14-
pre-commit>=3.5.0,<3.8.0; python_version < '3.9'
1512
pre-commit>=4.0.1; python_version >= '3.9'
1613
-r extras/yaml.txt
1714
-r extras/msgpack.txt

0 commit comments

Comments
 (0)