8000 Remove doctest-options from setup.cfg as not supported in old version… · satra/scikit-learn@1e595d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e595d9

Browse files
committed
Remove doctest-options from setup.cfg as not supported in old version of nose
1 parent d454c13 commit 1e595d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ with-doctest = 1
1414
doctest-tests = 1
1515
doctest-extension = rst
1616
doctest-fixtures = _fixture
17-
doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE
17+
#doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE

0 commit comments

Comments
 (0)
0