diff --git a/python-dbus-python-client-gen.spec b/python-dbus-python-client-gen.spec index 1fda94e..80e8278 100644 --- a/python-dbus-python-client-gen.spec +++ b/python-dbus-python-client-gen.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python Library for Generating dbus-python Client Code License: MPLv2.0 @@ -42,6 +42,9 @@ Python 3 version. %{python3_sitelib}/dbus_python_client_gen-*.egg-info/ %changelog +* Sat Feb 26 2022 mulhern - 0.8-8 +- Fix gating tests + * Sat Feb 26 2022 mulhern - 0.8-7 - Add gating tests diff --git a/tests/tests.yml b/tests/tests.yml index 0cc558c..936f0a2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -11,4 +11,4 @@ tests: - simple: dir: ./ - run: python -m unittest -v source/tests/test_deterministic.py + run: python -m unittest discover -v source/tests