summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-14 16:49:27 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-14 16:49:27 +0200
commit23e8254fb8c83a5a70e692c9f553acbc37a45f57 (patch)
tree477b29c897c49e9f2e5e14124314e09e22d85885
parented3da54e1d05522b1a200f84de4b2309732bca04 (diff)
downloadcython-23e8254fb8c83a5a70e692c9f553acbc37a45f57.tar.gz
Use complete IPython dependency path in test runner to work around current test failures under appveyor.
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index c8c137b16..f27383dad 100755
--- a/runtests.py
+++ b/runtests.py
@@ -122,7 +122,7 @@ EXT_DEP_MODULES = {
'tag:array': 'array',
'tag:coverage': 'Cython.Coverage',
'Coverage': 'Cython.Coverage',
- 'tag:ipython': 'IPython',
+ 'tag:ipython': 'IPython.testing.globalipapp',
'tag:jedi': 'jedi_BROKEN_AND_DISABLED',
}