From 95b03bfd6084ef1b1712b2766c6f40b0c2adaffe Mon Sep 17 00:00:00 2001 From: Shantanu Jain Date: Mon, 12 Jun 2023 00:35:54 -0700 Subject: [PATCH] Fix up cibuildwheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fc42c73..d8d600d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,5 +37,5 @@ macos.archs = ["x86_64", "arm64"] test-skip = "*-macosx_arm64" before-test = "pip install pytest hypothesis" -test-command = "pytest {project}/tests" +test-command = "pytest {project}/tests --import-mode=append"