From 502d36ae0df4ac8c190085bdec39597c6861dedd Mon Sep 17 00:00:00 2001 From: Georg Sauthoff Date: Sep 11 2020 09:32:46 +0000 Subject: add explicit tornado test dependency it also works without on fedora (right now, at least), but fails on epel8 --- diff --git a/python-zeep.spec b/python-zeep.spec index 28d8bc3..0e57fdf 100644 --- a/python-zeep.spec +++ b/python-zeep.spec @@ -5,7 +5,7 @@ provides an easy to use programmatic interface to a SOAP server. Name: python-%{srcname} Version: 3.4.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A fast and modern Python SOAP client License: MIT and BSD @@ -55,6 +55,7 @@ BuildRequires: python3-pytest-tornado >= 0.4.5 BuildRequires: python3-aioresponses BuildRequires: python3-pytest-asyncio BuildRequires: python3-xmlsec +BuildRequires: python3-tornado %{?python_enable_dependency_generator} @@ -92,6 +93,9 @@ PYTHONPATH=src %{__python3} -m pytest tests %changelog +* Fri Sep 11 2020 Georg Sauthoff - 3.4.0-8 +- add tornado dependency for tests + * Thu Sep 10 2020 Georg Sauthoff - 3.4.0-7 - EPEL8: exclude s390x because of aiohttp - activate more tests