Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a82df84

Browse filesBrowse files
committed
gh-111031: Check test_fstring.py in test_tokenize
1 parent baefbb2 commit a82df84
Copy full SHA for a82df84

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎Lib/test/test_tokenize.py

Copy file name to clipboardExpand all lines: Lib/test/test_tokenize.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,9 +1908,6 @@ def test_random_files(self):
19081908

19091909
testfiles.remove(os.path.join(tempdir, "test_unicode_identifiers.py"))
19101910

1911-
# TODO: Remove this once we can untokenize PEP 701 syntax
1912-
testfiles.remove(os.path.join(tempdir, "test_fstring.py"))
1913-
19141911
for f in ('buffer', 'builtin', 'fileio', 'os', 'platform', 'sys'):
19151912
testfiles.remove(os.path.join(tempdir, "test_%s.py") % f)
19161913

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.