Skip to content

Commit 22cce79

Browse files
committed
unsure: address test failure
1 parent dc827aa commit 22cce79

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
@@ -703,6 +703,7 @@ pip_fallback==0.0.1
703703
filename = "simple-0.0.1-py3-none-any.whl",
704704
target_platforms = None,
705705
version = "3.15",
706+
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"),
706707
),
707708
],
708709
"pypi_315_simple_sdist_deadbeef": [
@@ -721,6 +722,7 @@ pip_fallback==0.0.1
721722
filename = "some-other-pkg-0.0.1-py3-none-any.whl",
722723
target_platforms = None,
723724
version = "3.15",
725+
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"),
724726
),
725727
],
726728
},

0 commit comments

Comments
 (0)