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

Commit

Permalink
Remove support for PyTest 8.2.2
Browse files Browse the repository at this point in the history
PyTest 8.2.2 broke support for unittest retries, which should be fixed
in 8.2.3 (see pytest-dev/pytest#12424).
  • Loading branch information
ramosbugs committed Jun 8, 2024
1 parent 74fd7cc commit f5d5bcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ package_dir=
packages =
pytest_unflakable
python_requires = >=3.8
# NB: PyTest 8.2.2 broke support for unittest retries, which should be fixed in 8.2.3 (see
# https://github.com/pytest-dev/pytest/issues/12424).
install_requires =
pytest>=6.2.0
pytest>=6.2.0,!=8.2.2
requests>=2.19.0

[options.extras_require]
Expand Down

0 comments on commit f5d5bcc

Please sign in to comment.