Skip to content

Commit

Permalink
Remove warnings from filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 3, 2023
1 parent 7ec9454 commit 10840b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ scripts.update = "pre-commit autoupdate"
addopts = "-vv"
filterwarnings = [
"error",
# 2023-09: Ignore Bokeh UserWarning, will be fixed in HoloViews 1.18
"ignore:found multiple competing values for:UserWarning:holoviews.plotting.bokeh.plot",
# 2023-09: Wrong warning, when a timedelta is compared to another scalar.
# Fixed in newer versions of Numpy: https://github.com/numpy/numpy/issues/10095
"ignore:elementwise comparison failed:DeprecationWarning:bokeh.core.property.bases",
# 2023-09: Ignore Pandas FutureWarning, will be fixed in HoloViews 1.18
"ignore:Series.__getitem__ treating keys:FutureWarning:holoviews.core.data.pandas",
]

[tool.ruff]
Expand Down

0 comments on commit 10840b6

Please sign in to comment.