We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de16152 commit a8cb64bCopy full SHA for a8cb64b
sklearn/tests/test_docstring_parameters.py
@@ -63,6 +63,8 @@
63
64
65
def test_docstring_parameters():
66
+ raise SkipTest('Not testing docstring parameter consistency')
67
+
68
# Test module docstring formatting
69
70
# Skip test if numpydoc is not found or if python version is < 3.5
0 commit comments