Dirk Mueller 2023-11-16 15:50:07 +00:00 committed by Git OBS Bridge
parent 1d74ee67c4
commit 6cc0fdae53

View File

@ -90,6 +90,9 @@ donttest+=" or (TestTLSStream and test_ragged_eofs)"
donttest+=" or (test_send_eof_not_implemented)"
%endif
donttest+=" or (test_exception_group and trio)"
# Fail with python 3.12
donttest+=" or (test_properties and trio)"
donttest+=" or (test_properties and asyncio)"
%pytest -m "not network" -k "not (${donttest:4})" -ra
%files %{python_files}