Skip to content

Commit

Permalink
FIX: ignore Python 3.14 deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 29, 2023
1 parent d15e27c commit 27e74ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ filterwarnings = [
"ignore:The .* argument to NotebookFile is deprecated.*:pytest.PytestRemovedIn8Warning",
"ignore:The distutils package is deprecated.*:DeprecationWarning",
"ignore:The distutils.* module is deprecated.*:DeprecationWarning",
"ignore:is deprecated and scheduled for removal in Python 3\\.14:DeprecationWarning",
"ignore:unclosed .*:ResourceWarning",
'ignore:Widget\..* is deprecated\.:DeprecationWarning',
]
Expand Down

0 comments on commit 27e74ae

Please sign in to comment.