SHA256
1
0
forked from pool/python-lupa

Accepting request 895319 from home:pgajdos:python

- %check: use %pyunittest_arch rpm macro

OBS-URL: https://build.opensuse.org/request/show/895319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=13
This commit is contained in:
Markéta Machová 2021-05-25 11:16:17 +00:00 committed by Git OBS Bridge
parent 714ad1e1e1
commit 6c785709b3
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -55,7 +55,9 @@ export CFLAGS="-fno-strict-aliasing %{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test
mv lupa/tests .
mv lupa lupa.hide
%pyunittest_arch discover -v
%files %{python_files}
%doc CHANGES.rst README.rst