Skip to content

Commit

Permalink
test: catch warnings on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Feb 9, 2024
1 parent c7129c1 commit 6af8015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ filterwarnings = [
'ignore:The frontend\.OptionParser class will be replaced:DeprecationWarning',
'ignore:The frontend\.Option class will be removed:DeprecationWarning',
'ignore:nodes\.Node\.traverse\(\) is obsoleted by Node\.findall\(\):PendingDeprecationWarning',
# jupyter-client throws this
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
'ignore:datetime\.datetime\.utcnow\(\) is deprecated:DeprecationWarning',
]

[project]
Expand Down

0 comments on commit 6af8015

Please sign in to comment.