Skip to content

Commit

Permalink
skip platform specific doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 13, 2015
1 parent aa8a8cb commit 97d5b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datashape/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def to_ctypes(dshape):
"""
Constructs a ctypes type from a datashape
>>> to_ctypes(coretypes.float64)
>>> to_ctypes(coretypes.float64) # doctest: +SKIP
<class 'ctypes.c_double'>
"""
if len(dshape) == 1:
Expand Down

0 comments on commit 97d5b75

Please sign in to comment.