Skip to content

Commit 94bbda6

Browse files
committed
setup: update test for wheel
1 parent a03c609 commit 94bbda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ pandora = "pandora.Pandora:main"
9090
archs = "auto64"
9191
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-musllinux*"]
9292
config-settings = {"setup-args" = "-Dbuild_cpp_tests=disabled"}
93-
test-extras = ["test", "sgm"]
94-
test-command = "pytest {project}/tests/functional_tests/test_basic.py"
93+
test-extras = ["test"]
94+
test-command = "pytest {project}/tests/functional_tests/test_validation.py"
9595

9696
[tool.cibuildwheel.windows]
9797
before-build = "pip install delvewheel"

0 commit comments

Comments
 (0)