Skip to content

Commit a384253

Browse files
JelleZijlstraPranjal095
authored andcommitted
pythongh-133551: Skip annotationlib for now in ast roundtrip tests (python#133634)
1 parent 1271654 commit a384253

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)