Skip to content

Commit 9a2f6ff

Browse files
committed
one more test
1 parent a9905a5 commit 9a2f6ff

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,11 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
458458
pypi.whl_libraries().contains_exactly({
459459
"pypi_312_torch_cp312_cp312_linux_x86_64_8800deef": {
460460
"dep_template": "@pypi//{name}:{target}",
461+
"experimental_target_platforms": [
462+
"linux_x86_64",
463+
"osx_x86_64",
464+
"windows_x86_64",
465+
],
461466
"filename": "torch-2.4.1+cpu-cp312-cp312-linux_x86_64.whl",
462467
"python_interpreter_target": "unit_test_interpreter_target",
463468
"requirement": "torch==2.4.1+cpu",
@@ -466,6 +471,13 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
466471
},
467472
"pypi_312_torch_cp312_cp312_manylinux_2_17_aarch64_36109432": {
468473
"dep_template": "@pypi//{name}:{target}",
474+
"experimental_target_platforms": [
475+
"linux_aarch64",
476+
"linux_arm",
477+
"linux_ppc",
478+
"linux_s390x",
479+
"osx_aarch64",
480+
],
469481
"filename": "torch-2.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
470482
"python_interpreter_target": "unit_test_interpreter_target",
471483
"requirement": "torch==2.4.1",
@@ -474,6 +486,11 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
474486
},
475487
"pypi_312_torch_cp312_cp312_win_amd64_3a570e5c": {
476488
"dep_template": "@pypi//{name}:{target}",
489+
"experimental_target_platforms": [
490+
"linux_x86_64",
491+
"osx_x86_64",
492+
"windows_x86_64",
493+
],
477494
"filename": "torch-2.4.1+cpu-cp312-cp312-win_amd64.whl",
478495
"python_interpreter_target": "unit_test_interpreter_target",
479496
"requirement": "torch==2.4.1+cpu",
@@ -482,6 +499,13 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
482499
},
483500
"pypi_312_torch_cp312_none_macosx_11_0_arm64_72b484d5": {
484501
"dep_template": "@pypi//{name}:{target}",
502+
"experimental_target_platforms": [
503+
"linux_aarch64",
504+
"linux_arm",
505+
"linux_ppc",
506+
"linux_s390x",
507+
"osx_aarch64",
508+
],
485509
"filename": "torch-2.4.1-cp312-none-macosx_11_0_arm64.whl",
486510
"python_interpreter_target": "unit_test_interpreter_target",
487511
"requirement": "torch==2.4.1",
@@ -769,6 +793,16 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
769793
pypi.whl_libraries().contains_exactly({
770794
"pypi_315_any_name": {
771795
"dep_template": "@pypi//{name}:{target}",
796+
"experimental_target_platforms": [
797+
"linux_aarch64",
798+
"linux_arm",
799+
"linux_ppc",
800+
"linux_s390x",
801+
"linux_x86_64",
802+
"osx_aarch64",
803+
"osx_x86_64",
804+
"windows_x86_64",
805+
],
772806
"extra_pip_args": ["--extra-args-for-sdist-building"],
773807
"filename": "any-name.tar.gz",
774808
"python_interpreter_target": "unit_test_interpreter_target",
@@ -778,6 +812,16 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
778812
},
779813
"pypi_315_direct_without_sha_0_0_1_py3_none_any": {
780814
"dep_template": "@pypi//{name}:{target}",
815+
"experimental_target_platforms": [
816+
"linux_aarch64",
817+
"linux_arm",
818+
"linux_ppc",
819+
"linux_s390x",
820+
"linux_x86_64",
821+
"osx_aarch64",
822+
"osx_x86_64",
823+
"windows_x86_64",
824+
],
781825
"filename": "direct_without_sha-0.0.1-py3-none-any.whl",
782826
"python_interpreter_target": "unit_test_interpreter_target",
783827
"requirement": "direct_without_sha==0.0.1 @ example-direct.org/direct_without_sha-0.0.1-py3-none-any.whl",
@@ -798,6 +842,16 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
798842
},
799843
"pypi_315_simple_py3_none_any_deadb00f": {
800844
"dep_template": "@pypi//{name}:{target}",
845+
"experimental_target_platforms": [
846+
"linux_aarch64",
847+
"linux_arm",
848+
"linux_ppc",
849+
"linux_s390x",
850+
"linux_x86_64",
851+
"osx_aarch64",
852+
"osx_x86_64",
853+
"windows_x86_64",
854+
],
801855
"filename": "simple-0.0.1-py3-none-any.whl",
802856
"python_interpreter_target": "unit_test_interpreter_target",
803857
"requirement": "simple==0.0.1",
@@ -806,6 +860,16 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
806860
},
807861
"pypi_315_simple_sdist_deadbeef": {
808862
"dep_template": "@pypi//{name}:{target}",
863+
"experimental_target_platforms": [
864+
"linux_aarch64",
865+
"linux_arm",
866+
"linux_ppc",
867+
"linux_s390x",
868+
"linux_x86_64",
869+
"osx_aarch64",
870+
"osx_x86_64",
871+
"windows_x86_64",
872+
],
809873
"extra_pip_args": ["--extra-args-for-sdist-building"],
810874
"filename": "simple-0.0.1.tar.gz",
811875
"python_interpreter_target": "unit_test_interpreter_target",
@@ -815,6 +879,16 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
815879
},
816880
"pypi_315_some_pkg_py3_none_any_deadbaaf": {
817881
"dep_template": "@pypi//{name}:{target}",
882+
"experimental_target_platforms": [
883+
"linux_aarch64",
884+
"linux_arm",
885+
"linux_ppc",
886+
"linux_s390x",
887+
"linux_x86_64",
888+
"osx_aarch64",
889+
"osx_x86_64",
890+
"windows_x86_64",
891+
],
818892
"filename": "some_pkg-0.0.1-py3-none-any.whl",
819893
"python_interpreter_target": "unit_test_interpreter_target",
820894
"requirement": "some_pkg==0.0.1 @ example-direct.org/some_pkg-0.0.1-py3-none-any.whl --hash=sha256:deadbaaf",
@@ -823,6 +897,16 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
823897
},
824898
"pypi_315_some_py3_none_any_deadb33f": {
825899
"dep_template": "@pypi//{name}:{target}",
900+
"experimental_target_platforms": [
901+
"linux_aarch64",
902+
"linux_arm",
903+
"linux_ppc",
904+
"linux_s390x",
905+
"linux_x86_64",
906+
"osx_aarch64",
907+
"osx_x86_64",
908+
"windows_x86_64",
909+
],
826910
"filename": "some-other-pkg-0.0.1-py3-none-any.whl",
827911
"python_interpreter_target": "unit_test_interpreter_target",
828912
"requirement": "some_other_pkg==0.0.1",

0 commit comments

Comments
 (0)