Skip to content

Commit 84ea8a4

Browse files
committed
test: Ignore deprecation warning about fallback anchor function
1 parent 941d0e5 commit 84ea8a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/pytest.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ filterwarnings =
1212
error
1313
# TODO: remove once pytest-xdist 4 is released
1414
ignore:.*rsyncdir:DeprecationWarning:xdist
15-
# TODO: remove once Griffe releases v1
16-
ignore:.*`get_logger`:DeprecationWarning:_griffe
17-
ignore:.*`name`:DeprecationWarning:_griffe
15+
ignore:.*fallback anchor function:DeprecationWarning:mkdocstrings

0 commit comments

Comments
 (0)