From b6609d645fe1037cf8c796e68d3ff86a0b217c83 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Jan 12 2021 15:14:07 +0000 Subject: Remove pytest.ini to make work python-autobahn with pytest 6.0.2 --- diff --git a/python-autobahn.spec b/python-autobahn.spec index de19bab..2811801 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -30,6 +30,7 @@ BuildRequires: %py3_dist txaio BuildRequires: %py3_dist pynacl BuildRequires: %py3_dist cbor2 BuildRequires: %py3_dist cryptography +BuildRequires: %py3_dist hyperlink %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -53,6 +54,9 @@ Documentation for %{name}. %prep %autosetup -n %{pypi_name}-python-%{version} rm -rf %{pypi_name}.egg-info +# There is a requirement for pytest 6.2+ in pytest.ini and we don't have that yet +# it works with 6.0 just fine and the config file is not needed +rm pytest.ini %build %py3_build @@ -84,10 +88,10 @@ USE_ASYNCIO=1 %pytest --pyargs autobahn -k 'not test_no_memory_arg and not test_ %license LICENSE %changelog -* Thu Dec 24 2020 Fabian Affolter - 2.0.3-1 +* Thu Dec 24 2020 Fabian Affolter - 20.12.3-1 - Update to new upstream release 20.12.3 (#1909439) -* Wed Dec 16 2020 Fabian Affolter - 2.0.2-1 +* Wed Dec 16 2020 Fabian Affolter - 20.12.2-1 - Simplify and update spec file - Update to new upstream release 20.12.2 (#1907237)