From 355861c1d2585758b8df8330b7d46b259524a9e727e57c0d47db7df0af1025d5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Dec 2020 22:08:58 +0000 Subject: [PATCH] Accepting request 852715 from home:bnavigator:branches:devel:languages:python - fix pytest call for multiple python flavors gh#openSUSE/python-rpm-macros#66 we need the --ignore _build* from the pytest macro OBS-URL: https://build.opensuse.org/request/show/852715 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_generator?expand=0&rev=9 --- python-async_generator.changes | 6 ++++++ python-async_generator.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-async_generator.changes b/python-async_generator.changes index 5097556..50a0043 100644 --- a/python-async_generator.changes +++ b/python-async_generator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 2 20:25:50 UTC 2020 - Benjamin Greiner + +- fix pytest call for multiple python flavors + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Fri Mar 1 09:47:28 UTC 2019 - Ondřej Súkup diff --git a/python-async_generator.spec b/python-async_generator.spec index c967799..492b469 100644 --- a/python-async_generator.spec +++ b/python-async_generator.spec @@ -48,12 +48,13 @@ tools to make them usable, like contextlib.asynccontextmanager. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m pytest +%pytest %files %{python_files} %doc README.rst %license LICENSE.MIT %license LICENSE.APACHE2 -%{python_sitelib}/* +%{python_sitelib}/async_generator +%{python_sitelib}/async_generator-%{version}*-info %changelog