Skip to content

Commit

Permalink
CI: Fix windows wheels (#212)
Browse files Browse the repository at this point in the history
* skip all windows tests
  • Loading branch information
stefan-jansen authored Jul 22, 2023
1 parent 5d1aa4e commit 6d2678f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ skip = "*musllinux*"

[tool.cibuildwheel.windows]
test-command = 'pytest -k "not daily_returns_is_special_case_of_returns" --reruns 5 {package}/tests'
test-skip = ["*"]

[tool.black]
line-length = 88
Expand Down

0 comments on commit 6d2678f

Please sign in to comment.