Run check with deterministic tests only

This commit is contained in:
mulhern 2020-08-04 14:14:18 -04:00
parent 281a0470a9
commit 3b59877cbc

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.03
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Parser for a D-Bus Signature
License: ASL 2.0
@ -41,7 +41,7 @@ Python 3 version.
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest tests.test_parser.ParseTestCase.testExceptions
%files -n python3-%{srcname}
%license LICENSE
@ -50,6 +50,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
%changelog
* Tue Aug 04 2020 mulhern <amulhern@redhat.com> - 0.03-14
Run check with deterministic tests only
* Tue Aug 04 2020 mulhern <amulhern@redhat.com> - 0.03-13
Rebuild to pass non-deterministic tests on very slow machine