From 634a3f733d5b55f5b0d3807e689a3c5c54e8649b Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 23 Aug 2022 16:39:01 +0100 Subject: [PATCH] Expect correct wheel tag --- test/test_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_windows.py b/test/test_windows.py index 081272f5..4b74873e 100644 --- a/test/test_windows.py +++ b/test/test_windows.py @@ -37,7 +37,7 @@ def test_wheel_tag_is_correct_when_using_windows_cross_compile(tmp_path, use_pyp # check that the expected wheels are produced expected_wheels = [ - "spam-0.1.0-cp310-win_arm64.whl", + "spam-0.1.0-cp310-cp310-win_arm64.whl", ] print("actual_wheels", actual_wheels)