Thanks to visit codestin.com Credit goes to github.com
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 0552ce0 commit 0a3ccb8Copy full SHA for 0a3ccb8
1 file changed
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