You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/dbusmock/files/0.18.2-disable-polkitd-test...

14 lines
372 B

diff --git a/tests/test_polkitd.py b/tests/test_polkitd.py
index f47fdfa..975878b 100644
--- a/tests/test_polkitd.py
+++ b/tests/test_polkitd.py
@@ -25,7 +25,7 @@ p.communicate()
have_pkcheck = (p.returncode == 0)
-@unittest.skipUnless(have_pkcheck, 'pkcheck not installed')
+@unittest.skip
class TestPolkit(dbusmock.DBusTestCase):
'''Test mocking polkitd'''