Skip to content

Commit

Permalink
tests: Ignore deprecation warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jul 25, 2024
1 parent 924ecd8 commit e7c8abd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ filterwarnings =
error
# TODO: remove once pytest-xdist 4 is released
ignore:.*rsyncdir:DeprecationWarning:xdist
# TODO: remove once griffe and mkdocstrings-python release new versions
ignore:.*`get_logger`:DeprecationWarning:_griffe
ignore:.*`name`:DeprecationWarning:_griffe
ignore:.*Importing from `griffe:DeprecationWarning:mkdocstrings_handlers
ignore:.*`patch_loggers`:DeprecationWarning:_griffe

0 comments on commit e7c8abd

Please sign in to comment.