We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696de03 commit 0ff91aaCopy full SHA for 0ff91aa
1 file changed
pyproject.toml
@@ -15,7 +15,7 @@ build = ["cp39-manylinux_x86_64", "cp310-manylinux_x86_64", "cp311-manylinux_x86
15
build-verbosity = 1
16
manylinux-x86_64-image = "manylinux_2_28"
17
test-requires = "pytest"
18
-test-command = "pytest {package}/tests"
+test-command = "PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 pytest {package}/tests"
19
20
[tool.cibuildwheel.linux]
21
before-all = "{package}/.github/buildlib"
0 commit comments