Skip to content
Merged
Changes from all commits
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
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ filterwarnings= [
"module:'setParseAction' deprecated - use 'set_parse_action':DeprecationWarning",
# This is resolved in newer versions of Jupyter Core that removed the warning.
"module:Jupyter is migrating its paths:DeprecationWarning",
# Warning from Python 3.15 (/usr/lib64/python3.15/pty.py)
"module:This process \\(pid=.*\\) is multi-threaded, use of forkpty\\(\\) may lead to deadlocks in the child:DeprecationWarning:pty",
]

[tool.coverage.report]
Expand Down
Loading