Commit 4f3f0c5d authored by Martín Gaitán's avatar Martín Gaitán

tag ipython testcase to skip them is ipython is not available

parent 4cbff596
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# tag: ipython
"""Tests for the Cython magics extension.""" """Tests for the Cython magics extension."""
import os import os
......
...@@ -95,6 +95,7 @@ EXT_DEP_MODULES = { ...@@ -95,6 +95,7 @@ EXT_DEP_MODULES = {
'tag:pstats': 'pstats', 'tag:pstats': 'pstats',
'tag:posix' : 'posix', 'tag:posix' : 'posix',
'tag:array' : 'array', 'tag:array' : 'array',
'tag:ipython': 'IPython'
} }
def patch_inspect_isfunction(): def patch_inspect_isfunction():
......
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