@@ -40,7 +40,7 @@ simple==0.0.1 \
4040
4141def hub_builder (
4242 env ,
43- enable_pipstar = False ,
43+ enable_pipstar = True ,
4444 debug = False ,
4545 config = None ,
4646 minor_mapping = {},
@@ -405,7 +405,7 @@ def _test_torch_experimental_index_url(env):
405405 env ,
406406 config = struct (
407407 netrc = None ,
408- enable_pipstar = False ,
408+ enable_pipstar = True ,
409409 auth_patterns = {},
410410 platforms = {
411411 "{}_{}" .format (os , cpu ): _plat (
@@ -516,7 +516,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
516516 pypi .whl_libraries ().contains_exactly ({
517517 "pypi_312_torch_cp312_cp312_linux_x86_64_8800deef" : {
518518 "dep_template" : "@pypi//{name}:{target}" ,
519- "experimental_target_platforms" : ["linux_x86_64" ],
520519 "filename" : "torch-2.4.1+cpu-cp312-cp312-linux_x86_64.whl" ,
521520 "python_interpreter_target" : "unit_test_interpreter_target" ,
522521 "requirement" : "torch==2.4.1+cpu" ,
@@ -525,7 +524,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
525524 },
526525 "pypi_312_torch_cp312_cp312_manylinux_2_17_aarch64_36109432" : {
527526 "dep_template" : "@pypi//{name}:{target}" ,
528- "experimental_target_platforms" : ["linux_aarch64" ],
529527 "filename" : "torch-2.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" ,
530528 "python_interpreter_target" : "unit_test_interpreter_target" ,
531529 "requirement" : "torch==2.4.1" ,
@@ -534,7 +532,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
534532 },
535533 "pypi_312_torch_cp312_cp312_win_amd64_3a570e5c" : {
536534 "dep_template" : "@pypi//{name}:{target}" ,
537- "experimental_target_platforms" : ["windows_x86_64" ],
538535 "filename" : "torch-2.4.1+cpu-cp312-cp312-win_amd64.whl" ,
539536 "python_interpreter_target" : "unit_test_interpreter_target" ,
540537 "requirement" : "torch==2.4.1+cpu" ,
@@ -543,7 +540,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
543540 },
544541 "pypi_312_torch_cp312_none_macosx_11_0_arm64_72b484d5" : {
545542 "dep_template" : "@pypi//{name}:{target}" ,
546- "experimental_target_platforms" : ["osx_aarch64" ],
547543 "filename" : "torch-2.4.1-cp312-none-macosx_11_0_arm64.whl" ,
548544 "python_interpreter_target" : "unit_test_interpreter_target" ,
549545 "requirement" : "torch==2.4.1" ,
@@ -621,8 +617,6 @@ simple==0.0.3 \
621617 "pypi_315_extra" : {
622618 "dep_template" : "@pypi//{name}:{target}" ,
623619 "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"],
626620 "extra_pip_args" : ["--platform=manylinux_2_17_x86_64" , "--python-version=315" , "--implementation=cp" , "--abi=cp315" ],
627621 "python_interpreter_target" : "unit_test_interpreter_target" ,
628622 "requirement" : "extra==0.0.1 --hash=sha256:deadb00f" ,
@@ -821,12 +815,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
821815 pypi .whl_libraries ().contains_exactly ({
822816 "pypi_315_any_name" : {
823817 "dep_template" : "@pypi//{name}:{target}" ,
824- "experimental_target_platforms" : [
825- "linux_aarch64" ,
826- "linux_x86_64" ,
827- "osx_aarch64" ,
828- "windows_aarch64" ,
829- ],
830818 "extra_pip_args" : ["--extra-args-for-sdist-building" ],
831819 "filename" : "any-name.tar.gz" ,
832820 "python_interpreter_target" : "unit_test_interpreter_target" ,
@@ -836,12 +824,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
836824 },
837825 "pypi_315_direct_without_sha_0_0_1_py3_none_any" : {
838826 "dep_template" : "@pypi//{name}:{target}" ,
839- "experimental_target_platforms" : [
840- "linux_aarch64" ,
841- "linux_x86_64" ,
842- "osx_aarch64" ,
843- "windows_aarch64" ,
844- ],
845827 "filename" : "direct_without_sha-0.0.1-py3-none-any.whl" ,
846828 "python_interpreter_target" : "unit_test_interpreter_target" ,
847829 "requirement" : "direct_without_sha==0.0.1" ,
@@ -862,12 +844,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
862844 },
863845 "pypi_315_simple_py3_none_any_deadb00f" : {
864846 "dep_template" : "@pypi//{name}:{target}" ,
865- "experimental_target_platforms" : [
866- "linux_aarch64" ,
867- "linux_x86_64" ,
868- "osx_aarch64" ,
869- "windows_aarch64" ,
870- ],
871847 "filename" : "simple-0.0.1-py3-none-any.whl" ,
872848 "python_interpreter_target" : "unit_test_interpreter_target" ,
873849 "requirement" : "simple==0.0.1" ,
@@ -876,12 +852,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
876852 },
877853 "pypi_315_some_pkg_py3_none_any_deadbaaf" : {
878854 "dep_template" : "@pypi//{name}:{target}" ,
879- "experimental_target_platforms" : [
880- "linux_aarch64" ,
881- "linux_x86_64" ,
882- "osx_aarch64" ,
883- "windows_aarch64" ,
884- ],
885855 "filename" : "some_pkg-0.0.1-py3-none-any.whl" ,
886856 "python_interpreter_target" : "unit_test_interpreter_target" ,
887857 "requirement" : "some_pkg==0.0.1" ,
@@ -890,12 +860,6 @@ git_dep @ git+https://git.server/repo/project@deadbeefdeadbeef
890860 },
891861 "pypi_315_some_py3_none_any_deadb33f" : {
892862 "dep_template" : "@pypi//{name}:{target}" ,
893- "experimental_target_platforms" : [
894- "linux_aarch64" ,
895- "linux_x86_64" ,
896- "osx_aarch64" ,
897- "windows_aarch64" ,
898- ],
899863 "filename" : "some-other-pkg-0.0.1-py3-none-any.whl" ,
900864 "python_interpreter_target" : "unit_test_interpreter_target" ,
901865 "requirement" : "some_other_pkg==0.0.1" ,
0 commit comments