Use pyunittest macro.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=37
This commit is contained in:
parent
4e5a5958dd
commit
c7441c9c7d
@ -31,8 +31,8 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module testsuite}
|
BuildRequires: %{python_module testsuite}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
|
||||||
Provides: python-typing-extensions = %{version}-%{release}
|
Provides: python-typing-extensions = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -78,7 +78,7 @@ cp %{SOURCE1} src/
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd src
|
pushd src
|
||||||
%python_exec -m unittest -v test_typing_extensions
|
%pyunittest -v test_typing_extensions
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
Reference in New Issue
Block a user