Compare commits
No commits in common. "main-riscv64" and "rawhide" have entirely different histories.
main-riscv
...
rawhide
@ -8,7 +8,7 @@ multiple transport protocols and more.}
|
||||
|
||||
Name: python-zmq
|
||||
Version: 25.1.1
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Release: %autorelease
|
||||
Summary: Software library for fast, message-based applications
|
||||
|
||||
License: MPLv2.0 and ASL 2.0 and BSD
|
||||
@ -95,12 +95,10 @@ find . -type f -executable | xargs chmod -x
|
||||
cd %{_topdir}
|
||||
%pytest --pyargs zmq -v --asyncio-mode auto \
|
||||
%ifarch ppc64le
|
||||
-k "not (test_green_device or (Green and (test_raw or test_timeout or test_poll)))" \ # this crashes on Python 3.12, TODO investigate
|
||||
-k "not (test_draft or test_green_device or (Green and (test_raw or test_timeout or test_poll)))" # this crashes on Python 3.12, TODO investigate
|
||||
%else
|
||||
-k "not test_draft"
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
-k "not test_green_device and not Green and not test_device and not test_draft and not test_shadow_socket_close"
|
||||
%endif
|
||||
# -k "not test_draft"
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-zmq -f %{pyproject_files}
|
||||
|
Loading…
Reference in New Issue
Block a user