From 66c6de34ee4d5fc3ac99a34e9d87c720c0f0bcc2 Mon Sep 17 00:00:00 2001 From: Foo Date: Sat, 9 Jul 2016 05:22:16 +0300 Subject: [PATCH] Slow down IPython tests --- tests/test_shells/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_shells/test.sh b/tests/test_shells/test.sh index 8abc8532..f969c929 100755 --- a/tests/test_shells/test.sh +++ b/tests/test_shells/test.sh @@ -88,6 +88,10 @@ do_run_test() { || test "$PYTHON_IMPLEMENTATION" = "PyPy" \ ) \ ) \ + || ( \ + test "x${SH}" = "xipython" \ + && test "$("${PYTHON}" -mIPython --version | head -n1 | cut -d. -f1)" -ge 5 \ + ) \ ) ; then wait_for_echo_arg="--wait-for-echo" fi