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:
parent
0503fbb63a
commit
6c6c7425dc
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue