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 cff59e7 commit 1af8ab9Copy full SHA for 1af8ab9
pyproject.toml
@@ -91,6 +91,8 @@ archs = "auto64"
91
# Disable assertion rewriting since that sometimes has issues on PyPy.
92
before-test = "pip install -r test-requirements.txt"
93
test-command = 'pytest --assert=plain -m "not slow" {project}/tests'
94
+[tool.cibuildwheel.config-settings-windows]
95
+ setup-args = "--vsenv" # Use MSVC, not MinGW
96
97
[tool.pytest.ini_options]
98
markers = [
0 commit comments