Skip to content

Commit eea9517

Browse files
williamwen42pytorchmergebot
authored andcommitted
[dynamo, 3.14] disable dynamo cpython tests in 3.14 (again) (pytorch#167000)
The previous PR was not enough to prevent errors caused by cpython dynamo tests in 3.14 Pull Request resolved: pytorch#167000 Approved by: https://github.com/mlazos, https://github.com/guilhermeleobas
1 parent 3feea29 commit eea9517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ def get_selected_tests(options) -> list[str]:
16871687
]
16881688
)
16891689

1690-
if sys.version_info[:2] < (3, 13):
1690+
if sys.version_info[:2] < (3, 13) or sys.version_info[:2] >= (3, 14):
16911691
# Skip tests for older Python versions as they may use syntax or features
16921692
# not supported in those versions
16931693
options.exclude.extend(

0 commit comments

Comments
 (0)