tests/test-doctest.py
changeset 34362 b76937fafe8a
parent 34359 ee10eb665036
child 34424 e416819d9ebb
--- a/tests/test-doctest.py	Wed Sep 27 19:13:43 2017 +0900
+++ b/tests/test-doctest.py	Wed Sep 27 19:27:41 2017 +0900
@@ -69,7 +69,7 @@
 testmod('mercurial.templater')
 testmod('mercurial.ui')
 testmod('mercurial.url')
-testmod('mercurial.util', py3=False)  # py3: multiple bytes/unicode issues
+testmod('mercurial.util')
 testmod('mercurial.util', testtarget='platform')
 testmod('hgext.convert.convcmd')
 testmod('hgext.convert.cvsps')