Skip to content

Commit

Permalink
MNT Remove test suite setuptools dependency for good (scikit-learn#27420
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lesteve authored and REDVM committed Nov 16, 2023
1 parent 0497c77 commit 910d8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/tests/test_common.py
Original file line number Diff line number Diff line change
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 910d8f5

Please sign in to comment.