mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Slow down IPython tests
This commit is contained in:
parent
d89e7909d9
commit
66c6de34ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user