From c7441c9c7d8870237dcaa69476dcfae358aee3f7e866baf176ca7218e6e4da6b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Oct 2022 05:36:46 +0000 Subject: [PATCH] Use pyunittest macro. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=37 --- python-typing_extensions.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index 9023580..cbfcf29 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -31,8 +31,8 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module testsuite} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildArch: noarch Provides: python-typing-extensions = %{version}-%{release} +BuildArch: noarch %python_subpackages %description @@ -78,7 +78,7 @@ cp %{SOURCE1} src/ %check pushd src -%python_exec -m unittest -v test_typing_extensions +%pyunittest -v test_typing_extensions popd %files %{python_files}