Skip to content

Commit

Permalink
TST don't test utils.fixes docstrings (#12576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Nov 14, 2018
1 parent b6764de commit 8037742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sklearn/tests/test_docstring_parameters.py
Expand Up @@ -64,6 +64,9 @@ def test_docstring_parameters():

incorrect = []
for name in PUBLIC_MODULES:
if name == 'sklearn.utils.fixes':
# We cannot always control these docstrings
continue
with warnings.catch_warnings(record=True):
module = importlib.import_module(name)
classes = inspect.getmembers(module, inspect.isclass)
Expand Down

0 comments on commit 8037742

Please sign in to comment.