diff --git a/python/t/tests_helper.py.in b/python/t/tests_helper.py.in index 28c9c8f57..a024a4d62 100644 --- a/python/t/tests_helper.py.in +++ b/python/t/tests_helper.py.in @@ -36,6 +36,7 @@ def skipUnlessConfiguredWithLibvirt(): return unittest.skip("configured --without-libvirt") return lambda func: func + def skipUnlessLibvirtHasCPointer(): """ Skip the current class/method if: