From 1d74ee67c4c7992609168cb6cb9f6aadf5600b60049d748d496fc99f0e0f8bb2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Nov 2023 15:40:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=33 --- python-anyio.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-anyio.spec b/python-anyio.spec index e439dcf..1592393 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -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}