Skip to content

Commit e7c8abd

Browse files
committed
tests: Ignore deprecation warnings for now
1 parent 924ecd8 commit e7c8abd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/pytest.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ filterwarnings =
1212
error
1313
# TODO: remove once pytest-xdist 4 is released
1414
ignore:.*rsyncdir:DeprecationWarning:xdist
15+
# TODO: remove once griffe and mkdocstrings-python release new versions
16+
ignore:.*`get_logger`:DeprecationWarning:_griffe
17+
ignore:.*`name`:DeprecationWarning:_griffe
18+
ignore:.*Importing from `griffe:DeprecationWarning:mkdocstrings_handlers
19+
ignore:.*`patch_loggers`:DeprecationWarning:_griffe

0 commit comments

Comments
 (0)