diff --git a/python-pexpect.spec b/python-pexpect.spec index a66788a..6068f5a 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -80,7 +80,7 @@ export INPUTRC=$(readlink -f .inputrc) TRAVIS=true # test_interact_escape_None - seen failed on s390x # test_existing_spawn - fails under linux-user emulation # test_existing_spawn fails on s390x - gh#pexpect/pexpect#750 -%pytest -k "not (test_pager_as_cat or %{?qemu_user_space_build: or test_interrupt or test_multiple_interrupts})" +%pytest -k "not (test_pager_as_cat %{?qemu_user_space_build: or test_interrupt or test_multiple_interrupts})" %files %{python_files} %license LICENSE