Skip to content

Commit f12e576

Browse files
[3.14] gh-133551: Skip annotationlib for now in ast roundtrip tests (GH-133634) (#133636)
gh-133551: Skip annotationlib for now in ast roundtrip tests (GH-133634) (cherry picked from commit 0a3ccb8) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent aadfc2c commit f12e576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_unparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ def files_to_test(cls):
942942
for directory in cls.test_directories
943943
for item in directory.glob("*.py")
944944
if not item.name.startswith("bad")
945+
and item.name != "annotationlib.py" # gh-133581: t"" does not roundtrip
945946
]
946947

947948
# Test limited subset of files unless the 'cpu' resource is specified.

0 commit comments

Comments
 (0)