]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Lint: Remove files that no longer fail to parse (GH-110356) (#110361)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 4 Oct 2023 14:30:48 +0000 (08:30 -0600)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 14:30:48 +0000 (15:30 +0100)
Remove files that no longer fail to parse

Lib/test/.ruff.toml

index bd46f98512d6e2a6e8be439d908b9b91901609b7..7ef54160ec6a8190ca87bcd09c1948366974b395 100644 (file)
@@ -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",