Skip to content

Commit

Permalink
working around GHA test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Jul 12, 2023
1 parent 8f31a22 commit 431fe7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ test-skip = ["*universal2:arm64"]
archs = ["auto64"]
skip = "*musllinux*"

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

[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310', 'py311']
Expand Down

0 comments on commit 431fe7b

Please sign in to comment.