Skip to content

Commit a8e31bd

Browse files
Copilothzhangxyz
andauthored
ci: limit cibuildwheel pytest collection to tests directory (#81)
* Initial plan * ci: limit cibuildwheel pytest collection to tests directory Co-authored-by: hzhangxyz <[email protected]> * ci: keep python -m prefix in cibuildwheel test command Co-authored-by: hzhangxyz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hzhangxyz <[email protected]>
1 parent 9633968 commit a8e31bd

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 = ["python -m pytest {project}/tests --cov=apyds"]

0 commit comments

Comments
 (0)