mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Disable vterm tests for PyPy completely
This commit is contained in:
parent
22162a9656
commit
1e85f5df15
@ -19,8 +19,9 @@ cp -r tests/terminfo tests/vterm
|
|||||||
FAIL_SUMMARY=""
|
FAIL_SUMMARY=""
|
||||||
|
|
||||||
test_tmux() {
|
test_tmux() {
|
||||||
if test "$PYTHON_IMPLEMENTATION" = PyPy && test "$PYTHON_VERSION_MAJOR" -eq 3 ; then
|
if test "$PYTHON_IMPLEMENTATION" = PyPy; then
|
||||||
# FIXME PyPy3 segfaults for some reason
|
# FIXME PyPy3 segfaults for some reason, PyPy does it as well, but
|
||||||
|
# occasionally.
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
if ! which "${POWERLINE_TMUX_EXE}" ; then
|
if ! which "${POWERLINE_TMUX_EXE}" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user