Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
undo hack
  • Loading branch information
JelleZijlstra committed May 8, 2025
commit f6803c77001f7d4ec5de79abae2ecd97237b190a
1 change: 0 additions & 1 deletion Lib/test/test_unparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ def files_to_test(cls):
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.
Expand Down
Loading