From: Joe Guo Date: Tue, 3 Apr 2018 02:47:41 +0000 (+1200) Subject: selftest: enable py3 for samba.tests.password_quality X-Git-Tag: talloc-2.1.13~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34cf522e71a958be0817c35ad6f666a5ba91ba9a;p=thirdparty%2Fsamba.git selftest: enable py3 for samba.tests.password_quality No change 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 55c3d0f59f4..72838f734db 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -66,7 +66,7 @@ planpythontestsuite("none", "samba.tests.upgrade", py3_compatible=True) planpythontestsuite("none", "samba.tests.core", py3_compatible=True) planpythontestsuite("none", "samba.tests.common") planpythontestsuite("none", "samba.tests.provision", py3_compatible=True) -planpythontestsuite("none", "samba.tests.password_quality") +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")