diff --git a/projects/pt1/python/test/dynamo_fx_importer/basic.py b/projects/pt1/python/test/dynamo_fx_importer/basic.py index cea2f639f01d..fd3dcc7f4c2d 100644 --- a/projects/pt1/python/test/dynamo_fx_importer/basic.py +++ b/projects/pt1/python/test/dynamo_fx_importer/basic.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true from typing import List diff --git a/projects/pt1/python/test/torchscript_e2e_test/basic.py b/projects/pt1/python/test/torchscript_e2e_test/basic.py index fa3f6f29729b..2dcface6f4e8 100644 --- a/projects/pt1/python/test/torchscript_e2e_test/basic.py +++ b/projects/pt1/python/test/torchscript_e2e_test/basic.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true import torch diff --git a/projects/pt1/python/test/torchscript_e2e_test/compilation_failure.py b/projects/pt1/python/test/torchscript_e2e_test/compilation_failure.py index 9b9091452f01..36d81d83ab04 100644 --- a/projects/pt1/python/test/torchscript_e2e_test/compilation_failure.py +++ b/projects/pt1/python/test/torchscript_e2e_test/compilation_failure.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true import torch diff --git a/projects/pt1/python/test/torchscript_e2e_test/error_reports.py b/projects/pt1/python/test/torchscript_e2e_test/error_reports.py index f3321285999a..1ebc3dd6dd42 100644 --- a/projects/pt1/python/test/torchscript_e2e_test/error_reports.py +++ b/projects/pt1/python/test/torchscript_e2e_test/error_reports.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true from typing import List, Tuple, Dict diff --git a/projects/pt1/python/test/torchscript_e2e_test/non_tensor_values.py b/projects/pt1/python/test/torchscript_e2e_test/non_tensor_values.py index a1c8c5adfdf4..899dae0c1b9f 100644 --- a/projects/pt1/python/test/torchscript_e2e_test/non_tensor_values.py +++ b/projects/pt1/python/test/torchscript_e2e_test/non_tensor_values.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true from typing import List, Tuple, Dict diff --git a/projects/pt1/python/test/torchscript_e2e_test/runtime_failure.py b/projects/pt1/python/test/torchscript_e2e_test/runtime_failure.py index 3581c1b6d41f..a5cc12e66857 100644 --- a/projects/pt1/python/test/torchscript_e2e_test/runtime_failure.py +++ b/projects/pt1/python/test/torchscript_e2e_test/runtime_failure.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true import torch diff --git a/projects/pt1/python/test/torchscript_e2e_test/submodule.py b/projects/pt1/python/test/torchscript_e2e_test/submodule.py index c88ad53b31b3..8fc520c94396 100644 --- a/projects/pt1/python/test/torchscript_e2e_test/submodule.py +++ b/projects/pt1/python/test/torchscript_e2e_test/submodule.py @@ -4,6 +4,8 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s | FileCheck %s +# Requires python>=3.10 +# UNSUPPORTED: true import torch