mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Bug: https://bugs.gentoo.org/659878 Bug: https://bugs.gentoo.org/656912 Bug: https://bugs.gentoo.org/636414 Bug: https://bugs.gentoo.org/649552 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14 lines
372 B
Diff
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'''
|
|
|