Skip to content

Commit 1e3f3fd

Browse files
committed
Add failing test
1 parent 7969f7c commit 1e3f3fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_test/main_tests/main_platform_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def test_archs_platform_all(platform, intercepted_build_args, monkeypatch):
199199
(
200200
("cp311-manylinux_x86_64", "linux"),
201201
("cp310-win_amd64", "windows"),
202+
("cp310-win32", "windows"),
202203
("cp311-macosx_x86_64", "macos"),
203204
),
204205
)

0 commit comments

Comments
 (0)