We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924ecd8 commit e7c8abdCopy full SHA for e7c8abd
1 file changed
config/pytest.ini
@@ -12,3 +12,8 @@ filterwarnings =
12
error
13
# TODO: remove once pytest-xdist 4 is released
14
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