From: Joe Guo Date: Tue, 3 Apr 2018 03:11:48 +0000 (+1200) Subject: selftest: enable py3 for samba.tests.dcerpc.rpc_talloc X-Git-Tag: talloc-2.1.13~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55c9661468463fa08097820da382de7a81ed8e84;p=thirdparty%2Fsamba.git selftest: enable py3 for samba.tests.dcerpc.rpc_talloc No changes needed. Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index 72838f734db..89b6941b9bf 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -69,7 +69,7 @@ planpythontestsuite("none", "samba.tests.provision", py3_compatible=True) planpythontestsuite("none", "samba.tests.password_quality", py3_compatible=True) planpythontestsuite("none", "samba.tests.strings") planpythontestsuite("none", "samba.tests.netcmd") -planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc") +planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.array") planpythontestsuite("none", "samba.tests.dcerpc.string") planpythontestsuite("none", "samba.tests.hostconfig")