From b0079d58af9c0c07a2ac22aba266dfdb40ce0d91 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 25 Feb 2024 06:06:06 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0282648..5cc8624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ test = [ "sphinxcontrib_spelling", "requests_mock", "ruamel.yaml", - "pytest>=7.0<8", + "pytest>=7.0,<8", "pytest-console-scripts", "pytest-cov", "pytest-timeout",