Skip to content

Commit

Permalink
Silence 'already registered' warnings in tests (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored Oct 12, 2024
1 parent 7a2838f commit e34e0e3
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 @@ -56,3 +56,8 @@ select = [
"UP", # pyupgrade
"W", # pycodestyle warning
]

[tool.pytest.ini_options]
filterwarnings = [
"ignore:is already registered, its visitors will be overridden:UserWarning",
]

0 comments on commit e34e0e3

Please sign in to comment.