forked from pool/python-slixmpp
Use python3 -munittest discover -v -s tests instead of run_tests.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 20 11:22:06 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
- Use python3 -munittest discover -v -s tests instead of run_tests.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 19 16:41:35 UTC 2018 - mcepl@suse.com
|
Thu Jul 19 16:41:35 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,8 @@ python3 setup.py install \
|
|||||||
%fdupes %{buildroot}%{python3_sitearch}
|
%fdupes %{buildroot}%{python3_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python3 run_tests.py
|
# python3 run_tests.py
|
||||||
|
python3 -munittest discover -v -s tests
|
||||||
|
|
||||||
%files -n python3-%{_name}
|
%files -n python3-%{_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user