Skip to content

Commit

Permalink
Merge pull request #20 from OCA/silence-own-deprecation-warnings
Browse files Browse the repository at this point in the history
Silence py3o.template deprecation warnings during tests
  • Loading branch information
sbidoul authored Oct 19, 2024
2 parents 70afbb8 + 7e48784 commit 84a1eb0
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.*"
]

0 comments on commit 84a1eb0

Please sign in to comment.