Skip to content

Commit

Permalink
MNT Remove test suite setuptools dependency for good (#27420)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve authored and jeremiedbb committed Sep 20, 2023
1 parent 69a4e4c commit 90c9a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/tests/test_common.py
Expand Up @@ -218,7 +218,7 @@ def test_import_all_consistency():
if ".tests." in modname:
continue
# Avoid test suite depending on setuptools
if modname == "sklearn._build_utils.pre_build_helpers":
if "sklearn._build_utils" in modname:
continue
if IS_PYPY and (
"_svmlight_format_io" in modname
Expand Down

0 comments on commit 90c9a4d

Please sign in to comment.