Skip to content

Commit 89d94ca

Browse files
committed
TST older nosetests compat in DictVectorizer test
1 parent bd0cf75 commit 89d94ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sklearn/feature_extraction/tests/test_dict_vectorizer.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
import numpy as np
66
import scipy.sparse as sp
77

8-
from nose.tools import assert_equal, assert_in
9-
from nose.tools import assert_true
10-
from nose.tools import assert_false
118
from numpy.testing import assert_array_equal
9+
from sklearn.utils.testing import (assert_equal, assert_in,
10+
assert_false, assert_true)
1211

1312
from sklearn.feature_extraction import DictVectorizer
1413
from sklearn.feature_selection import SelectKBest, chi2

0 commit comments

Comments
 (0)