Temporarily prohibit pytest 8.2.1 in order to fix CI (#6858)

See https://github.com/pytest-dev/pytest/issues/12263
This commit is contained in:
Alex Gaynor 2024-05-20 07:20:58 -04:00 committed by GitHub
parent 0503fbb63a
commit 6c6c7425dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ dev = [
"pytest-cov>=5.0.0,<5.1",
"pytest-timeout>=2.3.1,<2.4",
"pytest-xdist>=3.5.0,<3.7",
"pytest>=8.1.1,<9,!=8.2.0",
"pytest>=8.1.1,<9,!=8.2.0,!=8.2.1",
"requests>=2.9.1,<3",
"tox>=3.5,<5",
"wheel>=0.36.2,<0.44",