Files
gentoo/dev-python/dbusmock/files/0.18.2-disable-polkitd-tests.patch
2019-03-02 09:33:26 +01:00

14 lines
372 B
Diff

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'''