Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit f5d5bcc

Browse files
committed
Remove support for PyTest 8.2.2
PyTest 8.2.2 broke support for unittest retries, which should be fixed in 8.2.3 (see pytest-dev/pytest#12424).
1 parent 74fd7cc commit f5d5bcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ package_dir=
3737
packages =
3838
pytest_unflakable
3939
python_requires = >=3.8
40+
# NB: PyTest 8.2.2 broke support for unittest retries, which should be fixed in 8.2.3 (see
41+
# https://github.com/pytest-dev/pytest/issues/12424).
4042
install_requires =
41-
pytest>=6.2.0
43+
pytest>=6.2.0,!=8.2.2
4244
requests>=2.19.0
4345

4446
[options.extras_require]

0 commit comments

Comments
 (0)