From 74cac37a9d6bb87f4201426cacc329b415c08da0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Sat, 26 Feb 2022 22:40:41 -0500 Subject: [PATCH] Fix gating tests --- python-dbus-python-client-gen.spec | 5 ++++- tests/tests.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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