Skip to content

Commit

Permalink
Silence py3o.template deprecation warnings during tests
Browse files Browse the repository at this point in the history
Since we test the deprecated features, no need to warn about them in our own tests.
  • Loading branch information
sbidoul committed Oct 19, 2024
1 parent cc4e8ff commit e975acd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ ignore = [

[tool.ruff.lint.isort]
known-first-party = ["py3o.template"]

[tool.pytest.ini_options]
filterwarnings = [
"ignore::DeprecationWarning:py3o.template.main"
]

0 comments on commit e975acd

Please sign in to comment.