gh-133551: Skip annotationlib for now in ast roundtrip tests (#133634)

This commit is contained in:
Jelle Zijlstra 2025-05-07 19:35:44 -07:00 committed by GitHub
parent 0552ce0fb2
commit 0a3ccb8dff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -942,6 +942,7 @@ class DirectoryTestCase(ASTTestCase):
for directory in cls.test_directories
for item in directory.glob("*.py")
if not item.name.startswith("bad")
and item.name != "annotationlib.py" # gh-133581: t"" does not roundtrip
]
# Test limited subset of files unless the 'cpu' resource is specified.