From: Noel Power Date: Mon, 12 Nov 2018 17:56:46 +0000 (+0000) Subject: selftest: Enable ldb.python for PY3 X-Git-Tag: talloc-2.1.15~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f5337f9f02faa9bc8f5501601df399c229732e;p=thirdparty%2Fsamba.git selftest: Enable ldb.python for PY3 Signed-off-by: Noel Power Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index 9143a17ef33..89e5ff43507 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -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)