From 6789fb51a29d238b8412517d04f9e0d0be193f31 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Mon, 5 Apr 2021 13:23:19 +0200 Subject: [PATCH] Fix Windows tests --- test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.py b/test/utils.py index e22d15e0..61c9ea10 100644 --- a/test/utils.py +++ b/test/utils.py @@ -157,7 +157,7 @@ def expected_wheels( if python_abi_tag.startswith("cp"): platform_tags = ["win32", "win_amd64"] else: - platform_tags = ["win32"] + platform_tags = ['win_amd64'] elif platform == "macos": if python_abi_tag == "cp39-cp39" and machine_arch == "arm64":