diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 424c81f6ecd759..329a3b4fba6b5b 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -27,6 +27,4 @@ extend-exclude = [ "test_subclassinit.py", "test_yield_from.py", "time_hashlib.py", - # Pending https://github.com/python/cpython/pull/109139 - "test_monitoring.py", ]