Commit 9bfc1e0a authored by Stefan Behnel's avatar Stefan Behnel

Properly disable IPython tests on import failures.

parent 32538fc1
......@@ -20,7 +20,7 @@ except:
def str_to_unicode(self, s):
return s
__test__ = False
__test__ = {}
get_ipython = lambda: None
py3compat = _py3compat()
......
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