Skip to content

Commit

Permalink
ignore ip lookup warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jun 25, 2024
1 parent b3be822 commit 357f5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ filterwarnings = [
# from older versions of ipykernel
"ignore:the imp module is:DeprecationWarning",
"ignore:The distutils package is:DeprecationWarning",
# ip lookup failure for hostname, e.g mac CI
"ignore:IPython could not determine IPs:RuntimeWarning",
# new behavior in Jupyter Core 5.0+
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
]
Expand Down

0 comments on commit 357f5d6

Please sign in to comment.