selftest: enable py3 for samba.tests.blackbox.ndrdump
[metze/samba/wip.git] / selftest / tests.py
index 03f189782327a5d75469bfe11134faad674c3a89..d866ca9f97011c665a19b92957c61728d2d23d45 100644 (file)
@@ -51,7 +51,7 @@ except ImportError:
     skiptestsuite("subunit", "testscenarios not available")
 else:
     planpythontestsuite("none", "subunit.tests.test_suite")
-planpythontestsuite("none", "samba.tests.blackbox.ndrdump")
+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", "samba.tests.credentials", py3_compatible=True)