Dirk Mueller 2023-11-16 15:40:25 +00:00 committed by Git OBS Bridge
parent c2964d40f8
commit 1d74ee67c4

View File

@ -30,7 +30,7 @@ BuildRequires: %{python_module contextlib2 if %python-base < 3.7}
BuildRequires: %{python_module dataclasses if %python-base < 3.7}
BuildRequires: %{python_module idna >= 2.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module psutil >= 5.9}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module sniffio >= 1.1}
BuildRequires: %{python_module toml}
@ -89,7 +89,7 @@ donttest+=" or (TestTLSStream and test_ragged_eofs)"
%if 0%{?suse_version} < 1550
donttest+=" or (test_send_eof_not_implemented)"
%endif
#donttest+=" or (test_exception_group and trio)"
donttest+=" or (test_exception_group and trio)"
%pytest -m "not network" -k "not (${donttest:4})" -ra
%files %{python_files}