onnxscript: disable test requiring gpu

This commit is contained in:
Yaroslav Bolyukin
2026-03-08 21:35:17 +01:00
parent 1d4882cd62
commit d99eb7be6f
@@ -246,6 +246,8 @@ buildPythonPackage (finalAttrs: {
"tests/ir/graph_view_test.py"
"tests/ir/serde_roundtrip_test.py"
"tests/optimizer/test_models.py"
# Wants GPU on ROCm
"tests/function_libs/torch_lib/ops_test.py"
];
# Importing onnxruntime in the sandbox crashes on aarch64-linux: