Disable vterm tests for PyPy completely

This commit is contained in:
ZyX 2015-02-21 15:09:41 +03:00
parent 22162a9656
commit 1e85f5df15
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ cp -r tests/terminfo tests/vterm
FAIL_SUMMARY=""
test_tmux() {
if test "$PYTHON_IMPLEMENTATION" = PyPy && test "$PYTHON_VERSION_MAJOR" -eq 3 ; then
# FIXME PyPy3 segfaults for some reason
if test "$PYTHON_IMPLEMENTATION" = PyPy; then
# FIXME PyPy3 segfaults for some reason, PyPy does it as well, but
# occasionally.
return 0
fi
if ! which "${POWERLINE_TMUX_EXE}" ; then