Skip to content

Commit 16e0bc6

Browse files
committed
fix test
1 parent 64f355c commit 16e0bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pypi/extension/extension_tests.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ pip_fallback==0.0.1
709709
struct(
710710
config_setting = None,
711711
filename = "simple-0.0.1.tar.gz",
712-
target_platforms = None,
712+
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"),
713713
version = "3.15",
714714
),
715715
],
@@ -719,7 +719,7 @@ pip_fallback==0.0.1
719719
struct(
720720
config_setting = None,
721721
filename = "some-other-pkg-0.0.1-py3-none-any.whl",
722-
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"),
722+
target_platforms = None,
723723
version = "3.15",
724724
),
725725
],

0 commit comments

Comments
 (0)