Skip to content

Commit 0585c0d

Browse files
committed
wip
1 parent 9f63485 commit 0585c0d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -399,15 +399,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
399399
available_interpreters = {
400400
"python_3_12_host": "unit_test_interpreter_target",
401401
},
402-
evaluate_markers = lambda _, requirements, **__: {
403-
# todo once 2692 is merged, this is going to be easier to test.
404-
key: [
405-
platform
406-
for platform in platforms
407-
if ("x86_64" in platform and "platform_machine ==" in key) or ("x86_64" not in platform and "platform_machine !=" in key)
408-
]
409-
for key, platforms in requirements.items()
410-
},
411402
simpleapi_download = mocksimpleapi_download,
412403
)
413404

0 commit comments

Comments
 (0)