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.
1 parent aad394a commit c6bdb64Copy full SHA for c6bdb64
pyproject.toml
@@ -102,10 +102,6 @@ archs = "native"
102
# Necessary to see build output from the actual compilation
103
build-verbosity = 1
104
105
-# Run pytest to ensure that the package was correctly built
106
-test-command = "pytest {project}/tests"
107
-test-requires = "pytest"
108
-
109
# linux images
110
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"
111
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64"
0 commit comments