14
0

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:
2018-07-20 11:22:55 +00:00
committed by Git OBS Bridge
parent a10cec80c2
commit 7cd7a6dc86
2 changed files with 7 additions and 1 deletions

View File

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

View File

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