Skip to content

Commit

Permalink
Force MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 29, 2024
1 parent cff59e7 commit 1af8ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ archs = "auto64"
# Disable assertion rewriting since that sometimes has issues on PyPy.
before-test = "pip install -r test-requirements.txt"
test-command = 'pytest --assert=plain -m "not slow" {project}/tests'
[tool.cibuildwheel.config-settings-windows]
setup-args = "--vsenv" # Use MSVC, not MinGW

[tool.pytest.ini_options]
markers = [
Expand Down

0 comments on commit 1af8ab9

Please sign in to comment.