python: samba.tests.core: Port and enable core tests in Python 3
[sfrench/samba-autobuild/.git] / selftest / tests.py
index b3027c41a248bbca508fa5a78be5238369b4ea3f..3d5886d8e658d7429fa3d67d144c9d587d611ab4 100644 (file)
@@ -61,7 +61,7 @@ planpythontestsuite("none", "samba.tests.dcerpc.misc", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.dcerpc.integer")
 planpythontestsuite("none", "samba.tests.param", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.upgrade")
-planpythontestsuite("none", "samba.tests.core")
+planpythontestsuite("none", "samba.tests.core", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.provision")
 planpythontestsuite("none", "samba.tests.samba3")
 planpythontestsuite("none", "samba.tests.strings")