We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f63485 commit 0585c0dCopy full SHA for 0585c0d
tests/pypi/extension/extension_tests.bzl
@@ -399,15 +399,6 @@ torch==2.4.1+cpu ; platform_machine == 'x86_64' \
399
available_interpreters = {
400
"python_3_12_host": "unit_test_interpreter_target",
401
},
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
- },
411
simpleapi_download = mocksimpleapi_download,
412
)
413
0 commit comments