Skip to content

Commit 95b03bf

Browse files
committed
Fix up cibuildwheel
1 parent c373d9b commit 95b03bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ macos.archs = ["x86_64", "arm64"]
3737
test-skip = "*-macosx_arm64"
3838

3939
before-test = "pip install pytest hypothesis"
40-
test-command = "pytest {project}/tests"
40+
test-command = "pytest {project}/tests --import-mode=append"
4141

0 commit comments

Comments
 (0)