Skip to content

Commit

Permalink
skip docstring tests because not useful to users and has some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Aug 11, 2017
1 parent de16152 commit a8cb64b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn/tests/test_docstring_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@


def test_docstring_parameters():
raise SkipTest('Not testing docstring parameter consistency')

# Test module docstring formatting

# Skip test if numpydoc is not found or if python version is < 3.5
Expand Down

0 comments on commit a8cb64b

Please sign in to comment.