From 249ad1226ef068475dc2ac2960b2aa18226d4f1b Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Mon, 24 Feb 2025 20:30:51 -0800 Subject: [PATCH] update pytest in deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22e66a10..7369b921 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 = ">=8.1" pytest-bdd = ">=8.0" pytest-clarity = "*" pytest-xdist = ">=2.5.0" @@ -169,7 +169,7 @@ isolated_build = True [testenv] deps = - pytest >=6.2,<=8.1 + pytest >=8.1 pytest-bdd >=8.0 pytest-xdist >=2.5.0 parse-type >=0.6.0