mirror of
https://github.com/powerline/powerline.git
synced 2025-07-20 04:15:00 +02:00
Disable pdb PyPy tests completely
They currently fail for the reason that does not seem related to powerline (though this problem did not occur before porting tests to pexpect, so this should be somewhat related (somewhat: PyPy fails on code `return br'\u%04x' % ord(c)` which is no a valid Python code (`%` can no longer be used with `bytes()` obects), the whole situation only means that before using pexpect bug in PyPy was not hit)).
This commit is contained in:
parent
0058919c2b
commit
68b43c59be
@ -426,7 +426,7 @@ if ( test "x${ONLY_SHELL}" = "x" || test "x${ONLY_SHELL}" = "xzsh" ) \
|
||||
fi
|
||||
|
||||
if test "x${ONLY_SHELL}" = "x" || test "x${ONLY_SHELL}" = "xpdb" ; then
|
||||
if ! ( test "$PYTHON_IMPLEMENTATION" = "PyPy" && test "$PYTHON_VERSION_MAJOR" = 2 ) ; then
|
||||
if test "$PYTHON_IMPLEMENTATION" != "PyPy" ; then
|
||||
if test "x${ONLY_TEST_TYPE}" = "x" || test "x${ONLY_TEST_TYPE}" = "xsubclass" ; then
|
||||
echo "> pdb subclass"
|
||||
if ! run_test subclass python $PDB_PYTHON "$PWD/tests/test_shells/pdb-main.py" ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user