8000 DOC: Skip doctest for datasource · numpy/numpy@c7bdebf · GitHub
[go: up one dir, main page]

Skip to content

Commit c7bdebf

Browse files
committed
DOC: Skip doctest for datasource
The file uses too many things that assume a layout and almost nothing can be doctested anyway
1 parent 416a245 commit c7bdebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/_datasource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
_open = open
4343

44-
__doctest_skip__ = ['DataSource']
44+
__doctest_skip__ = ['*']
4545

4646

4747
def _check_mode(mode, encoding, newline):

0 commit comments

Comments
 (0)
0