mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-133551: Skip annotationlib for now in ast roundtrip tests (#133634)
This commit is contained in:
parent
0552ce0fb2
commit
0a3ccb8dff
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue