summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-10-04 14:30:48 (GMT)
committerGitHub <noreply@github.com>2023-10-04 14:30:48 (GMT)
commitb0e43cb6cb99b5ebe62d00727d54c4f05f5a739e (patch)
treee0e682c497c5b81bb7e2f89d09daf7521800f958
parent8f22504d745c4a843ff30b6810ab606817480746 (diff)
downloadcpython-b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e.zip
cpython-b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e.tar.gz
cpython-b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e.tar.bz2
[3.11] Lint: Remove files that no longer fail to parse (GH-110356) (#110361)
Remove files that no longer fail to parse
-rw-r--r--Lib/test/.ruff.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml
index bd46f98..7ef5416 100644
--- a/Lib/test/.ruff.toml
+++ b/Lib/test/.ruff.toml
@@ -9,8 +9,6 @@ extend-exclude = [
"encoded_modules/module_iso_8859_1.py",
"encoded_modules/module_koi8_r.py",
"test_source_encoding.py",
- # Failed to parse
- "test_fstring.py",
# TODO Fix: F811 Redefinition of unused name
"test_buffer.py",
"test_dataclasses/__init__.py",