summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bd7df65d..fa6126fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ ipdb = "*"
mkdocs = ">=1.4"
parse-type = ">=0.6.0"
poethepoet = "*"
-pytest = ">=6.2,<=8.1"
+pytest = ">=6.2"
pytest-bdd = ">=6.0"
pytest-clarity = "*"
pytest-xdist = ">=2.5.0"
@@ -169,7 +169,7 @@ isolated_build = True
[testenv]
deps =
- pytest >=6.2,<=8.1
+ pytest >= 6.2
pytest-bdd >=6.0
pytest-xdist >=2.5.0
parse-type >=0.6.0