We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip check
1 parent d516583 commit 57a6e89Copy full SHA for 57a6e89
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
run: pip install $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
131
132
- name: Test installed SDist
133
- run: pytest ./tests
+ run: pip check && pytest ./tests
134
135
check_dist:
136
name: Check dist
pyproject.toml
@@ -86,7 +86,7 @@ build = "cp39-*"
86
build-frontend = "build[uv]"
87
build-verbosity = 1
88
test-extras = "test"
89
-test-command = "pytest {project}/tests"
+test-command = ["pip check", "pytest {project}/tests"]
90
test-skip = ["*-win_arm64", "*-macosx_universal2:arm64"]
91
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
92
0 commit comments