Commit 889a464
[ONNX] Skip import test for experimental files (pytorch#94552)
`torch.onnx._internal.fx` is experimental and is not imported when `import torch`/`import torch.onnx`.
Need to skip it in this test as it depends on `onnx-script`.
Pull Request resolved: pytorch#94552
Approved by: https://github.com/kit19801 parent c620ece commit 889a464
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1987 | 1987 | | |
1988 | 1988 | | |
1989 | 1989 | | |
| 1990 | + | |
1990 | 1991 | | |
1991 | 1992 | | |
1992 | 1993 | | |
| |||
0 commit comments