Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Temporarily exclude test_monitoring.py pending fix
  • Loading branch information
hugovk committed Sep 12, 2023
commit d9dff8dd2cba2b15d9f61d12209ad18b9fd810d0
2 changes: 2 additions & 0 deletions Lib/test/.ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ extend-exclude = [
"test_unittest/testmock/testpatch.py",
"test_yield_from.py",
"time_hashlib.py",
# Pending https://github.com/python/cpython/pull/109139
"test_monitoring.py",
]