From 81a65f97df1e111d7dcb33d446171fe27ff88367 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 24 Feb 2025 19:53:46 -0800 Subject: [PATCH] Update tox config to match poetry config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b0552d4..22e66a10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -170,7 +170,7 @@ isolated_build = True [testenv] deps = pytest >=6.2,<=8.1 - pytest-bdd >=6.0 + pytest-bdd >=8.0 pytest-xdist >=2.5.0 parse-type >=0.6.0 toml >=0.10