Skip to content

Commit a8cb64b

Browse files
committed
skip docstring tests because not useful to users and has some issues
1 parent de16152 commit a8cb64b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/tests/test_docstring_parameters.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464

6565
def test_docstring_parameters():
66+
raise SkipTest('Not testing docstring parameter consistency')
67+
6668
# Test module docstring formatting
6769

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

0 commit comments

Comments
 (0)