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 431fe7b commit 3d7cd9e
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 @@ -154,7 +154,7 @@ archs = ["auto64"]
skip = "*musllinux*"

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

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

0 comments on commit 3d7cd9e

Please sign in to comment.