Commit 33096f91 authored by Stefan Behnel's avatar Stefan Behnel

exclude "Cython.Coverage" from doctest search when it fails to import due to missing dependency

parent efed079f
......@@ -103,6 +103,7 @@ EXT_DEP_MODULES = {
'tag:posix' : 'posix',
'tag:array' : 'array',
'tag:coverage': 'Cython.Coverage',
'Coverage': 'Cython.Coverage',
'tag:ipython': 'IPython',
'tag:jedi': 'jedi',
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment