Prevent use of pytest 8.1 for now due to unrelated error

This commit is contained in:
Micah Jerome Ellison 2024-03-28 07:57:33 -07:00
parent 384977c20a
commit 132493eed8

View file

@ -47,7 +47,7 @@ ipdb = "*"
mkdocs = ">=1.4"
parse-type = ">=0.6.0"
poethepoet = "*"
pytest = ">=6.2"
pytest = ">=6.2,<=8.1"
pytest-bdd = ">=6.0"
pytest-clarity = "*"
pytest-xdist = ">=2.5.0"
@ -169,7 +169,7 @@ isolated_build = True
[testenv]
deps =
pytest >= 6.2
pytest >=6.2,<=8.1
pytest-bdd >=6.0
pytest-xdist >=2.5.0
parse-type >=0.6.0