diff --git a/python-dbus-signature-pyparsing.spec b/python-dbus-signature-pyparsing.spec index d033667..fc2c784 100644 --- a/python-dbus-signature-pyparsing.spec +++ b/python-dbus-signature-pyparsing.spec @@ -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 - 0.03-14 + Run check with deterministic tests only + * Tue Aug 04 2020 mulhern - 0.03-13 Rebuild to pass non-deterministic tests on very slow machine