Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Apr 1, 2024
1 parent 5bd3d48 commit 01aae4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ musllinux-x86_64-image = "musllinux_1_2"
skip = "pp*"

test-command = [
"cd {package}",
"cd tests",
"cd {package}/tests",
"python -m unittest -fv",
]
test-requires = [
Expand All @@ -72,8 +71,7 @@ archs = ["x86_64", "universal2", "arm64"]
[tool.cibuildwheel.windows]
archs = ["AMD64"]
test-command = [
"cd /d {package}",
"cd tests",
"cd /d {package}\tests",
"python -m unittest -fv",
]

Expand Down

0 comments on commit 01aae4a

Please sign in to comment.