Fix -k expression
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=72
This commit is contained in:
parent
e570cc123a
commit
82ebb8434a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user