Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jan 5, 2024
1 parent 6b5c963 commit 9c7d47a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ addopts = [
'--import-mode=importlib',
'-psphinx.testing.fixtures',
]
filterwarnings = [
'error',
'ignore:The frontend.Option:DeprecationWarning',
]

[tool.coverage.run]
source_pkgs = ["scanpydoc"]
Expand Down

0 comments on commit 9c7d47a

Please sign in to comment.