@@ -208,7 +208,7 @@ def _test_simple_multiple_requirements(env):
208208 struct (
209209 config_setting = "//_config:is_python_3.15" ,
210210 filename = None ,
211- repo = "pypi_315_simple__0 " ,
211+ repo = "pypi_315_simple__windows_x86_64 " ,
212212 target_platforms = [
213213 "cp315_windows_x86_64" ,
214214 ],
@@ -217,7 +217,7 @@ def _test_simple_multiple_requirements(env):
217217 struct (
218218 config_setting = "//_config:is_python_3.15" ,
219219 filename = None ,
220- repo = "pypi_315_simple__1 " ,
220+ repo = "pypi_315_simple__osx_aarch64_osx_x86_64 " ,
221221 target_platforms = [
222222 "cp315_osx_aarch64" ,
223223 "cp315_osx_x86_64" ,
@@ -227,17 +227,17 @@ def _test_simple_multiple_requirements(env):
227227 ],
228228 }})
229229 pypi .whl_libraries ().contains_exactly ({
230- "pypi_315_simple__0 " : {
230+ "pypi_315_simple__osx_aarch64_osx_x86_64 " : {
231231 "dep_template" : "@pypi//{name}:{target}" ,
232232 "python_interpreter_target" : "unit_test_interpreter_target" ,
233233 "repo" : "pypi_315" ,
234- "requirement" : "simple==0.0.1 --hash=sha256:deadbeef " ,
234+ "requirement" : "simple==0.0.2 --hash=sha256:deadb00f " ,
235235 },
236- "pypi_315_simple__1 " : {
236+ "pypi_315_simple__windows_x86_64 " : {
237237 "dep_template" : "@pypi//{name}:{target}" ,
238238 "python_interpreter_target" : "unit_test_interpreter_target" ,
239239 "repo" : "pypi_315" ,
240- "requirement" : "simple==0.0.2 --hash=sha256:deadb00f " ,
240+ "requirement" : "simple==0.0.1 --hash=sha256:deadbeef " ,
241241 },
242242 })
243243 pypi .whl_mods ().contains_exactly ({})
@@ -304,14 +304,14 @@ simple==0.0.3 --hash=sha256:deadbaaf
304304 struct (
305305 config_setting = "//_config:is_python_3.15" ,
306306 filename = None ,
307- repo = "pypi_315_simple__0 " ,
307+ repo = "pypi_315_simple__linux_x86_64 " ,
308308 target_platforms = ["cp315_linux_x86_64" ],
309309 version = "3.15" ,
310310 ),
311311 struct (
312312 config_setting = "//_config:is_python_3.15" ,
313313 filename = None ,
314- repo = "pypi_315_simple__1 " ,
314+ repo = "pypi_315_simple__osx_aarch64 " ,
315315 target_platforms = ["cp315_osx_aarch64" ],
316316 version = "3.15" ,
317317 ),
@@ -326,15 +326,15 @@ simple==0.0.3 --hash=sha256:deadbaaf
326326 "repo" : "pypi_315" ,
327327 "requirement" : "extra==0.0.1 --hash=sha256:deadb00f" ,
328328 },
329- "pypi_315_simple__0 " : {
329+ "pypi_315_simple__linux_x86_64 " : {
330330 "dep_template" : "@pypi//{name}:{target}" ,
331331 "download_only" : True ,
332332 "extra_pip_args" : ["--platform=manylinux_2_17_x86_64" , "--python-version=315" , "--implementation=cp" , "--abi=cp315" ],
333333 "python_interpreter_target" : "unit_test_interpreter_target" ,
334334 "repo" : "pypi_315" ,
335335 "requirement" : "simple==0.0.1 --hash=sha256:deadbeef" ,
336336 },
337- "pypi_315_simple__1 " : {
337+ "pypi_315_simple__osx_aarch64 " : {
338338 "dep_template" : "@pypi//{name}:{target}" ,
339339 "download_only" : True ,
340340 "extra_pip_args" : ["--platform=macosx_10_9_arm64" , "--python-version=315" , "--implementation=cp" , "--abi=cp315" ],
0 commit comments