Fix gating tests

This commit is contained in:
mulhern 2022-02-26 22:40:41 -05:00
parent ccb4f1e3bd
commit 74cac37a9d
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.8 Version: 0.8
Release: 7%{?dist} Release: 8%{?dist}
Summary: Python Library for Generating dbus-python Client Code Summary: Python Library for Generating dbus-python Client Code
License: MPLv2.0 License: MPLv2.0
@ -42,6 +42,9 @@ Python 3 version.
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/ %{python3_sitelib}/dbus_python_client_gen-*.egg-info/
%changelog %changelog
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-8
- Fix gating tests
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-7 * Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-7
- Add gating tests - Add gating tests

View File

@ -11,4 +11,4 @@
tests: tests:
- simple: - simple:
dir: ./ dir: ./
run: python -m unittest -v source/tests/test_deterministic.py run: python -m unittest discover -v source/tests