Skip to content

Commit

Permalink
ignore ipywidgets warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt committed Jun 4, 2024
1 parent 291ba08 commit 351462b
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 @@ -102,6 +102,7 @@ known-local-folder = ["ubermagtable"]
filterwarnings = [
"error",
"ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)", # dependency of k3d
"ignore:((.|\n)*)`ipykernel.pylab.backend_inline` is deprecated((.|\n)*)", # dependency of ipywidgets
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 351462b

Please sign in to comment.