Skip to content

Commit

Permalink
Silence deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 20, 2024
1 parent f1f5346 commit 9429896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,6 @@ extend-exclude = '''
.*_pb2.py # exclude autogenerated Protocol Buffer files anywhere in the project
)
'''

[tool.pytest.ini_options]
filterwarnings = 'ignore::DeprecationWarning'

0 comments on commit 9429896

Please sign in to comment.