Skip to content

Commit

Permalink
Revert "Add unsupported to tests relying on python3.10 since the pipe…
Browse files Browse the repository at this point in the history
…line uses"

This reverts commit 4f9aeef.
  • Loading branch information
mgehre-amd committed May 21, 2024
1 parent 74c3bc0 commit 01b5726
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions test/python/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def forward(self, x):
return x


# CHECK-LABEL: TEST: test_enable_ir_printing
@run_test
def test_enable_ir_printing():
torchscript.compile(TinyModel(),
Expand Down
2 changes: 0 additions & 2 deletions test/python/onnx_importer/_torch_mlir_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s
# Requires python>=3.10
# UNSUPPORTED: true

"""This file exists so that the tests can find/configure torch_mlir.
Expand Down
2 changes: 0 additions & 2 deletions test/python/onnx_importer/import_onnx_tool.runlit
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# RUN: %PYTHON -m torch_mlir.tools.import_onnx %S/LeakyReLU.onnx | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

# CHECK: torch.operator "onnx.LeakyRelu"
2 changes: 0 additions & 2 deletions test/python/onnx_importer/import_smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s --output %t
# Requires python>=3.10
# UNSUPPORTED: true

from glob import glob
from pathlib import Path
Expand Down

0 comments on commit 01b5726

Please sign in to comment.