selftest: enable py3 for samba.tests.common
[metze/samba/wip.git] / selftest / tests.py
index a2ccee771eef3c0081c98cb01e4fdec69dc6cccd..24ed0c6819d35f034e86c1c7e84af9826e666034 100644 (file)
@@ -64,7 +64,7 @@ planpythontestsuite("none", "samba.tests.dcerpc.integer")
 planpythontestsuite("none", "samba.tests.param", py3_compatible=True)
 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.common", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.provision", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.password_quality", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.strings")