File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -698,8 +698,10 @@ def test_xdev(self):
698698 else :
699699 expected_filters = ("default::Warning "
700700 "default::DeprecationWarning "
701+ "default::SoftDeprecationWarning "
701702 "ignore::DeprecationWarning "
702703 "ignore::PendingDeprecationWarning "
704+ "ignore::SoftDeprecationWarning "
703705 "ignore::ImportWarning "
704706 "ignore::ResourceWarning" )
705707
@@ -768,8 +770,10 @@ def test_warnings_filter_precedence(self):
768770 if not support .Py_DEBUG :
769771 expected_filters += (" "
770772 "default::DeprecationWarning "
773+ "default::SoftDeprecationWarning "
771774 "ignore::DeprecationWarning "
772775 "ignore::PendingDeprecationWarning "
776+ "ignore::SoftDeprecationWarning "
773777 "ignore::ImportWarning "
774778 "ignore::ResourceWarning" )
775779
You can’t perform that action at this time.
0 commit comments