Skip to content

Commit 9795957

Browse files
Copilothzhangxyz
andcommitted
ci: limit cibuildwheel pytest collection to tests directory
Co-authored-by: hzhangxyz <[email protected]>
1 parent cd8da17 commit 9795957

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
@@ -62,4 +62,4 @@ testpaths = "tests"
6262
macos.archs = ["universal2"]
6363
windows.archs = ["AMD64"]
6464
test-requires = ["pytest", "pytest-cov"]
65-
test-command = ["python -m pytest {project}"]
65+
test-command = ["pytest {project}/tests --cov=apyds"]

0 commit comments

Comments
 (0)