From bbec2cf958107a4c8177add42f87598b117c0def Mon Sep 17 00:00:00 2001 From: Arash Badie-Modiri Date: Sat, 17 Feb 2024 08:19:46 +0200 Subject: [PATCH] change test-requires syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e5a0a3..565c046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,4 +33,4 @@ wheel.py-api = "cp312" [tool.cibuildwheel] test-command = "pytest {project}/tests" -test-requires = ["pytest >=8.0.0", "hypothesis >=6.98.6"] +test-requires = ["pytest", "hypothesis"]