From 3355c1466f7f5be1fc95db9b51b83fcde2814a9b6d6bb5679557533a3bf34e2a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 14 Jun 2021 08:38:51 +0000 Subject: [PATCH] Accepting request 898573 from home:simotek:branches:Base:System - Enable testsuite OBS-URL: https://build.opensuse.org/request/show/898573 OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=19 --- python-dbus-python.changes | 5 +++++ python-dbus-python.spec | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/python-dbus-python.changes b/python-dbus-python.changes index e1a749d..3d78c2f 100644 --- a/python-dbus-python.changes +++ b/python-dbus-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 9 00:48:35 UTC 2021 - Simon Lees + +- Enable testsuite + ------------------------------------------------------------------- Sat Jan 9 16:16:55 UTC 2021 - Dirk Müller diff --git a/python-dbus-python.spec b/python-dbus-python.spec index adbbc04..0ee0ea3 100644 --- a/python-dbus-python.spec +++ b/python-dbus-python.spec @@ -122,6 +122,14 @@ popd } +%check +%{python_expand pushd build_%{$python_bin_suffix} + +make check + +popd +} + %install %{python_expand pushd build_%{$python_bin_suffix}