diff --git a/pyproject.toml b/pyproject.toml index 06ef4b1090..0a5de1b96e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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