selftest: Enable ldb.python for PY3
[samba.git] / selftest / tests.py
index 9143a17ef33595724a368bad70a3dd9d236b9b72..89e5ff43507ed4c42732538cf8a361b0a0e9cf1b 100644 (file)
@@ -59,7 +59,7 @@ else:
     planpythontestsuite("none", "subunit.tests.test_suite")
 planpythontestsuite("none", "samba.tests.blackbox.ndrdump", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.blackbox.check_output", py3_compatible=True)
-planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'])
+planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'], py3_compatible=True)
 planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.registry", py3_compatible=True)
 planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.auth", py3_compatible=True)