Skip to content

Commit ddfecc4

Browse files
committed
fix merge
1 parent 22cce79 commit ddfecc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,8 @@ pip_fallback==0.0.1
701701
struct(
702702
config_setting = None,
703703
filename = "simple-0.0.1-py3-none-any.whl",
704-
target_platforms = None,
705-
version = "3.15",
706704
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"),
705+
version = "3.15",
707706
),
708707
],
709708
"pypi_315_simple_sdist_deadbeef": [
@@ -720,9 +719,8 @@ pip_fallback==0.0.1
720719
struct(
721720
config_setting = None,
722721
filename = "some-other-pkg-0.0.1-py3-none-any.whl",
723-
target_platforms = None,
724-
version = "3.15",
725722
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"),
723+
version = "3.15",
726724
),
727725
],
728726
},

0 commit comments

Comments
 (0)