From 55c9661468463fa08097820da382de7a81ed8e84 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Tue, 3 Apr 2018 15:11:48 +1200 Subject: [PATCH] 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 --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/tests.py b/selftest/tests.py index 72838f734dbc..89b6941b9bf8 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") -- 2.34.1