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):
698
698
else :
699
699
expected_filters = ("default::Warning "
700
700
"default::DeprecationWarning "
701
+ "default::SoftDeprecationWarning "
701
702
"ignore::DeprecationWarning "
702
703
"ignore::PendingDeprecationWarning "
704
+ "ignore::SoftDeprecationWarning "
703
705
"ignore::ImportWarning "
704
706
"ignore::ResourceWarning" )
705
707
@@ -768,8 +770,10 @@ def test_warnings_filter_precedence(self):
768
770
if not support .Py_DEBUG :
769
771
expected_filters += (" "
770
772
"default::DeprecationWarning "
773
+ "default::SoftDeprecationWarning "
771
774
"ignore::DeprecationWarning "
772
775
"ignore::PendingDeprecationWarning "
776
+ "ignore::SoftDeprecationWarning "
773
777
"ignore::ImportWarning "
774
778
"ignore::ResourceWarning" )
775
779
You can’t perform that action at this time.
0 commit comments