From 3d7cd9e1e9e95c71645d85c934e905300ac4b97c Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Wed, 12 Jul 2023 17:38:38 -0400 Subject: [PATCH] working around GHA test failures --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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