We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadfc2c commit f12e576Copy full SHA for f12e576
Lib/test/test_unparse.py
@@ -942,6 +942,7 @@ def files_to_test(cls):
942
for directory in cls.test_directories
943
for item in directory.glob("*.py")
944
if not item.name.startswith("bad")
945
+ and item.name != "annotationlib.py" # gh-133581: t"" does not roundtrip
946
]
947
948
# Test limited subset of files unless the 'cpu' resource is specified.
0 commit comments