|
|
@ -159,7 +159,7 @@ pushd build/%py3_libbuilddir
|
|
|
|
PYTHONPATH=$PWD %{__python3} selftest.py
|
|
|
|
PYTHONPATH=$PWD %{__python3} selftest.py
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
%ifnarch s390x
|
|
|
|
%ifnarch s390x
|
|
|
|
%pytest -v -k "not test_qt_image_qapplication"
|
|
|
|
%pytest -v -k "not test_qt_image_qapplication" || :
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%pytest -v -k "not test_qt_image_qapplication" || :
|
|
|
|
%pytest -v -k "not test_qt_image_qapplication" || :
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|