summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-11-12 17:56:46 +0000
committerDouglas Bagnall <dbagnall@samba.org>2019-01-13 00:40:26 +0100
commit45f5337f9f02faa9bc8f5501601df399c229732e (patch)
treead392a272cdb692004dbfc4c111edb4117ebe2af /selftest/tests.py
parentf8758b3b1f98476469501dd45a7c898950294e05 (diff)
downloadsamba-45f5337f9f02faa9bc8f5501601df399c229732e.tar.gz
selftest: Enable ldb.python for PY3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
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)