Skip to content

Commit 122cdb6

Browse files
committed
tests: Remove unused pytest warning filters
1 parent 2b9b4f0 commit 122cdb6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

config/pytest.ini

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,4 @@ testpaths =
1010
# action:message_regex:warning_class:module_regex:line
1111
filterwarnings =
1212
error
13-
# TODO: remove once pytest-xdist 4 is released
14-
ignore:.*rsyncdir:DeprecationWarning:xdist
15-
# TODO: remove once mkdocstrings-python releases a new version
16-
ignore:.*`handler` argument:DeprecationWarning:mkdocstrings_handlers
17-
ignore:.*`mdx` argument:DeprecationWarning:mkdocstrings_handlers
18-
ignore:.*`mdx_config` argument:DeprecationWarning:mkdocstrings_handlers
19-
ignore:.*`update_env\(md\)` parameter:DeprecationWarning:mkdocstrings
20-
ignore:.*`super\(\).update_env\(\)` anymore:DeprecationWarning:mkdocstrings_handlers
2113
ignore:.*`get_anchors` method:DeprecationWarning:mkdocstrings
22-
ignore:.*fallback anchor function:DeprecationWarning:mkdocstrings
23-
ignore:.*v1.*`get_options` method:DeprecationWarning:mkdocstrings
24-
ignore:.*`config_file_path` argument:DeprecationWarning:mkdocstrings
25-
ignore:.*from 'mkdocs_autorefs.:DeprecationWarning:mkdocstrings_handlers.python

0 commit comments

Comments
 (0)