From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:34:37 +0000 (+0200) Subject: [3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899) X-Git-Tag: v3.12.1~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7de3c8b7b6ffb727678e7938359a366cd75850bd;p=thirdparty%2FPython%2Fcpython.git [3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899) Lint: Include test_monitoring.py for Ruff (GH-110898) (cherry picked from commit 9608704cde4441c76c1b8b765e3aea072bca3b0d) Co-authored-by: Hugo van Kemenade Co-authored-by: Alex Waygood --- diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 52a84f6a3794..9b23c2610f93 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -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", ]