Skip to content

Commit 0a3ccb8

Browse files
gh-133551: Skip annotationlib for now in ast roundtrip tests (#133634)
1 parent 0552ce0 commit 0a3ccb8

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)