Skip to content

Commit 87cfae2

Browse files
authored
MNT Remove test suite setuptools dependency for good (scikit-learn#27420)
1 parent 89ea028 commit 87cfae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/tests/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_import_all_consistency():
218218
if ".tests." in modname:
219219
continue
220220
# Avoid test suite depending on setuptools
221-
if modname == "sklearn._build_utils.pre_build_helpers":
221+
if "sklearn._build_utils" in modname:
222222
continue
223223
if IS_PYPY and (
224224
"_svmlight_format_io" in modname

0 commit comments

Comments
 (0)