Skip to content

Commit

Permalink
Fix up cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 12, 2023
1 parent c373d9b commit 95b03bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 95b03bf

Please sign in to comment.