summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-04-03 14:47:41 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:09 +0200
commit34cf522e71a958be0817c35ad6f666a5ba91ba9a (patch)
tree56ba7702c54fc4b50b11a1b57cf6b5b2fe92a114 /selftest/tests.py
parent87743b3275f2bd218b417d46aa69b18e56a65ed9 (diff)
downloadsamba-34cf522e71a958be0817c35ad6f666a5ba91ba9a.tar.gz
selftest: enable py3 for samba.tests.password_quality
No change needed. Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> 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 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")