]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 15 Oct 2023 17:34:37 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 17:34:37 +0000 (18:34 +0100)
Lint: Include test_monitoring.py for Ruff (GH-110898)
(cherry picked from commit 9608704cde4441c76c1b8b765e3aea072bca3b0d)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/.ruff.toml

index 52a84f6a3794276e6cc5eb89f05f3075ba3ea8e2..9b23c2610f938941b92626acd29cf76a733d920b 100644 (file)
@@ -36,6 +36,4 @@ extend-exclude = [
     "test_tokenize.py",
     "test_yield_from.py",
     "time_hashlib.py",
-    # Pending https://github.com/python/cpython/pull/109139
-    "test_monitoring.py",
 ]