Skip to content

Commit

Permalink
skip all windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Jul 21, 2023
1 parent 31a72f5 commit a43ef9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +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 = ["{cp38,cp39,cp310}*"]
test-skip = ["*"]

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

0 comments on commit a43ef9c

Please sign in to comment.