8000 Update warningsfilter for newer click pending new consolekit. · sphinx-toolbox/sphinx-toolbox@d66f7ad · GitHub
[go: up one dir, main page]

Skip to content

Commit d66f7ad

Browse files
committed
Update warningsfilter for newer click pending new consolekit.
1 parent adf42cc commit d66f7ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,6 @@ filterwarnings =
355355
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 2.0.:DeprecationWarning
356356
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
357357
always:nodes.Node.traverse\(\) is obsoleted by Node.findall\(\).:PendingDeprecationWarning
358+
always:'parser.split_opt' is deprecated and will be removed in Click 9.0. The old parser is available in 'optparse'.:DeprecationWarning
359+
always:'OptionParser' is deprecated and will be removed in Click 9.0. The old parser is available in 'optparse'.:DeprecationWarning
360+
always:The '__version__' attribute is deprecated and will be removed in Click 9.1..:DeprecationWarning

0 commit comments

Comments
 (0)
0