Skip test for riscv64
In risc-v, the test__subprocess.py always fails, probably a bug FAIL: test_run_with_shell_timeout_and_capture_output (gevent.tests.test__subprocess.RunFuncTestCase.test_run_with_shell_timeout_and_capture_output)
This commit is contained in:
parent
2ddfb8eb10
commit
97e7ed16d7
1 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: python-%{modname}
|
||||
Version: 23.9.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A coroutine-based Python networking library
|
||||
|
||||
License: MIT
|
||||
|
|
@ -84,7 +84,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||
%check
|
||||
export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
||||
%__python3 -m gevent.tests || :
|
||||
%ifnarch riscv64
|
||||
cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subprocess*.py
|
||||
%endif
|
||||
|
||||
%files -n python3-%{modname}
|
||||
%license LICENSE
|
||||
|
|
@ -92,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr
|
|||
%{python3_sitearch}/%{modname}*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 24 2024 Songsong Zhang <U2FsdGVkX1@gmail.com> - 23.9.1-2
|
||||
- Skip test for riscv64
|
||||
|
||||
* Sat Feb 17 2024 Orion Poplawski <orion@nwra.com> - 23.9.1-1
|
||||
- Update to 23.9.1 CVE-2023-41419 (bz#2242244)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue