Skip to content

Commit 8e281cf

Browse files
committed
unsure: address test failure
1 parent d098305 commit 8e281cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,12 +505,14 @@ some_pkg==0.0.1
505505
whl_config_setting(
506506
filename = "simple-0.0.1-py3-none-any.whl",
507507
version = "3.15",
508+
target_platforms = ("cp315_linux_aarch64", "cp315_linux_arm", "cp315_linux_ppc", "cp315_linux_s390x", "cp315_linux_x86_64", "cp315_osx_aarch64", "cp315_osx_x86_64", "cp315_windows_x86_64"),
508509
),
509510
],
510511
"pypi_315_simple_sdist_deadbeef": [
511512
whl_config_setting(
512513
filename = "simple-0.0.1.tar.gz",
513514
version = "3.15",
515+
target_platforms = ("cp315_linux_aarch64", "cp315_linux_arm", "cp315_linux_ppc", "cp315_linux_s390x", "cp315_linux_x86_64", "cp315_osx_aarch64", "cp315_osx_x86_64", "cp315_windows_x86_64"),
514516
),
515517
],
516518
},

0 commit comments

Comments
 (0)