@@ -40,7 +40,7 @@ simple==0.0.1 \
40
40
41
41
def hub_builder (
42
42
env ,
43
- enable_pipstar = False ,
43
+ enable_pipstar = True ,
44
44
debug = False ,
45
45
config = None ,
46
46
minor_mapping = {},
@@ -405,7 +405,7 @@ def _test_torch_experimental_index_url(env):
405
405
env ,
406
406
config = struct (
407
407
netrc = None ,
408
- enable_pipstar = False ,
408
+ enable_pipstar = True ,
409
409
auth_patterns = {},
410
410
platforms = {
411
411
"{}_{}" .format (os , cpu ): _plat (
@@ -516,7 +516,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
516
516
pypi .whl_libraries ().contains_exactly ({
517
517
"pypi_312_torch_cp312_cp312_linux_x86_64_8800deef" : {
518
518
"dep_template" : "@pypi//{name}:{target}" ,
519
- "experimental_target_platforms" : ["linux_x86_64" ],
520
519
"filename" : "torch-2.4.1+cpu-cp312-cp312-linux_x86_64.whl" ,
521
520
"python_interpreter_target" : "unit_test_interpreter_target" ,
522
521
"requirement" : "torch==2.4.1+cpu" ,
@@ -525,7 +524,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
525
524
},
526
525
"pypi_312_torch_cp312_cp312_manylinux_2_17_aarch64_36109432" : {
527
526
"dep_template" : "@pypi//{name}:{target}" ,
528
- "experimental_target_platforms" : ["linux_aarch64" ],
529
527
"filename" : "torch-2.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" ,
530
528
"python_interpreter_target" : "unit_test_interpreter_target" ,
531
529
"requirement" : "torch==2.4.1" ,
@@ -534,7 +532,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
534
532
},
535
533
"pypi_312_torch_cp312_cp312_win_amd64_3a570e5c" : {
536
534
"dep_template" : "@pypi//{name}:{target}" ,
537
- "experimental_target_platforms" : ["windows_x86_64" ],
538
535
"filename" : "torch-2.4.1+cpu-cp312-cp312-win_amd64.whl" ,
539
536
"python_interpreter_target" : "unit_test_interpreter_target" ,
540
537
"requirement" : "torch==2.4.1+cpu" ,
@@ -543,7 +540,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
543
540
},
544
541
"pypi_312_torch_cp312_none_macosx_11_0_arm64_72b484d5" : {
545
542
"dep_template" : "@pypi//{name}:{target}" ,
546
- "experimental_target_platforms" : ["osx_aarch64" ],
547
543
"filename" : "torch-2.4.1-cp312-none-macosx_11_0_arm64.whl" ,
548
544
"python_interpreter_target" : "unit_test_interpreter_target" ,
549
545
"requirement" : "torch==2.4.1" ,
@@ -621,8 +617,6 @@ simple==0.0.3 \
621
617
"pypi_315_extra" : {
622
618
"dep_template" : "@pypi//{name}:{target}" ,
623
619
"download_only" : True ,
624
- # TODO @aignas 2025-04-20: ensure that this is in the hub repo
625
- # "experimental_target_platforms": ["cp315_linux_x86_64"],
626
620
"extra_pip_args" : ["--platform=manylinux_2_17_x86_64" , "--python-version=315" , "--implementation=cp" , "--abi=cp315" ],
627
621
"python_interpreter_target" : "unit_test_interpreter_target" ,
628
622
"requirement" : "extra==0.0.1 --hash=sha256:deadb00f" ,
@@ -821,12 +815,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
821
815
pypi .whl_libraries ().contains_exactly ({
822
816
"pypi_315_any_name" : {
823
817
"dep_template" : "@pypi//{name}:{target}" ,
824
- "experimental_target_platforms" : [
825
- "linux_aarch64" ,
826
- "linux_x86_64" ,
827
- "osx_aarch64" ,
828
- "windows_aarch64" ,
829
- ],
830
818
"extra_pip_args" : ["--extra-args-for-sdist-building" ],
831
819
"filename" : "any-name.tar.gz" ,
832
820
"python_interpreter_target" : "unit_test_interpreter_target" ,
@@ -836,12 +824,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
836
824
},
837
825
"pypi_315_direct_without_sha_0_0_1_py3_none_any" : {
838
826
"dep_template" : "@pypi//{name}:{target}" ,
839
- "experimental_target_platforms" : [
840
- "linux_aarch64" ,
841
- "linux_x86_64" ,
842
- "osx_aarch64" ,
843
- "windows_aarch64" ,
844
- ],
845
827
"filename" : "direct_without_sha-0.0.1-py3-none-any.whl" ,
846
828
"python_interpreter_target" : "unit_test_interpreter_target" ,
847
829
"requirement" : "direct_without_sha==0.0.1" ,
@@ -862,12 +844,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
862
844
},
863
845
"pypi_315_simple_py3_none_any_deadb00f" : {
864
846
"dep_template" : "@pypi//{name}:{target}" ,
865
- "experimental_target_platforms" : [
866
- "linux_aarch64" ,
867
- "linux_x86_64" ,
868
- "osx_aarch64" ,
869
- "windows_aarch64" ,
870
- ],
871
847
"filename" : "simple-0.0.1-py3-none-any.whl" ,
872
848
"python_interpreter_target" : "unit_test_interpreter_target" ,
873
849
"requirement" : "simple==0.0.1" ,
@@ -876,12 +852,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
876
852
},
877
853
"pypi_315_some_pkg_py3_none_any_deadbaaf" : {
878
854
"dep_template" : "@pypi//{name}:{target}" ,
879
- "experimental_target_platforms" : [
880
- "linux_aarch64" ,
881
- "linux_x86_64" ,
882
- "osx_aarch64" ,
883
- "windows_aarch64" ,
884
- ],
885
855
"filename" : "some_pkg-0.0.1-py3-none-any.whl" ,
886
856
"python_interpreter_target" : "unit_test_interpreter_target" ,
887
857
"requirement" : "some_pkg==0.0.1" ,
@@ -890,12 +860,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
890
860
},
891
861
"pypi_315_some_py3_none_any_deadb33f" : {
892
862
"dep_template" : "@pypi//{name}:{target}" ,
893
- "experimental_target_platforms" : [
894
- "linux_aarch64" ,
895
- "linux_x86_64" ,
896
- "osx_aarch64" ,
897
- "windows_aarch64" ,
898
- ],
899
863
"filename" : "some-other-pkg-0.0.1-py3-none-any.whl" ,
900
864
"python_interpreter_target" : "unit_test_interpreter_target" ,
901
865
"requirement" : "some_other_pkg==0.0.1" ,
0 commit comments