From a9bba66eaed879a9042a22a7016256fe7f757105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Thu, 12 Oct 2023 11:51:50 -0600 Subject: [PATCH] stop trolling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index daebdd4..52afea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,4 +45,4 @@ wheel.py-api = "cp37" [tool.cibuildwheel] test-requires = "pytest" -test-command = "pytest {project}/tests/test_correctness.py" +test-command = "pytest {project}/tests -k correct"