forked from pool/python-lupa
Accepting request 895337 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lupa?expand=0&rev=7
This commit is contained in:
commit
a5d758c1f0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 25 09:45:01 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- %check: use %pyunittest_arch rpm macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 7 16:28:30 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Thu Jan 7 16:28:30 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -55,7 +55,9 @@ export CFLAGS="-fno-strict-aliasing %{optflags}"
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
mv lupa/tests .
|
||||||
|
mv lupa lupa.hide
|
||||||
|
%pyunittest_arch discover -v
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user