Compare commits
7 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
7bc0621931 | |||
|
1924b363c3 | ||
|
210d2e78fa | ||
5c1dc508fa | |||
2a13bd43c8 | |||
358e6d1a8a | |||
c9897a6de7 |
@ -8,7 +8,7 @@ multiple transport protocols and more.}
|
||||
|
||||
Name: python-zmq
|
||||
Version: 25.1.1
|
||||
Release: %autorelease
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Summary: Software library for fast, message-based applications
|
||||
|
||||
License: MPLv2.0 and ASL 2.0 and BSD
|
||||
@ -95,10 +95,12 @@ find . -type f -executable | xargs chmod -x
|
||||
cd %{_topdir}
|
||||
%pytest --pyargs zmq -v --asyncio-mode auto \
|
||||
%ifarch ppc64le
|
||||
-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"
|
||||
-k "not (test_green_device or (Green and (test_raw or test_timeout or test_poll)))" \ # this crashes on Python 3.12, TODO investigate
|
||||
%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