Skip to content

Commit

Permalink
CONF: adding more deprecation warnings to ignore that are triggered u…
Browse files Browse the repository at this point in the history
…pstream
  • Loading branch information
bsipocz committed Nov 12, 2024
1 parent 135a90b commit 41db3f5
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 @@ -153,6 +153,8 @@ force-sort-within-sections = true
[tool.pytest.ini_options]
filterwarnings = [
"error",
# From jupyter_client
"ignore:There is no current event loop:DeprecationWarning",
]

markers = [
Expand Down

0 comments on commit 41db3f5

Please sign in to comment.