Skip to content

Commit a82df84

Browse files
committed
gh-111031: Check test_fstring.py in test_tokenize
1 parent baefbb2 commit a82df84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_tokenize.py

Lines 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)