From 6d2678f00613b0a9f3e24463ae04c2f6c03013bd Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Sat, 22 Jul 2023 17:48:28 -0400 Subject: [PATCH] CI: Fix windows wheels (#212) * skip all windows tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6e498b3f14..2b32a2bc96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,6 +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 = ["*"] [tool.black] line-length = 88