We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f901c38 commit ce0d24aCopy full SHA for ce0d24a
sklearn/datasets/tests/test_mldata.py
@@ -62,7 +62,7 @@ def test_download(tmpdata):
62
datasets.mldata.urlopen = _urlopen_ref
63
64
65
-@ignore_warnings
+@ignore_warnings(category=DeprecationWarning)
66
def test_fetch_one_column(tmpdata):
67
_urlopen_ref = datasets.mldata.urlopen
68
try:
@@ -86,7 +86,7 @@ def test_fetch_one_column(tmpdata):
86
87
88
89
90
def test_fetch_multiple_column(tmpdata):
91
92
0 commit comments