# HG changeset patch # User Yuya Nishihara # Date 2018-09-01 01:23:13 # Node ID 34ef6a5a7bcd90a02c060987c55d3024d9af676c # Parent 722eab64f1ed090d2cb2ad9e3bfcaddd1790bb11 test-check-py3-compat: update "python3 check-py3-compat.py" output diff --git a/tests/test-check-py3-compat.t b/tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t +++ b/tests/test-check-py3-compat.t @@ -30,6 +30,16 @@ > -X mercurial/thirdparty \ > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \ > | sed 's/[0-9][0-9]*)$/*)/' + hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) (?) + hgext/fastannotate/commands.py: error importing: Unicode-objects must be encoded before hashing (error at context.py:*) + hgext/fastannotate/context.py: error importing: Unicode-objects must be encoded before hashing (error at context.py:*) + hgext/fastannotate/formatter.py: error importing: Unicode-objects must be encoded before hashing (error at context.py:*) + hgext/fastannotate/protocol.py: error importing: Unicode-objects must be encoded before hashing (error at context.py:*) + hgext/fastannotate/support.py: error importing: Unicode-objects must be encoded before hashing (error at context.py:*) + hgext/infinitepush/sqlindexapi.py: error importing: <*Error> No module named 'mysql' (error at sqlindexapi.py:*) (glob) (?) + mercurial/scmwindows.py: error importing: _type_ 'v' not supported (error at win32.py:*) (no-windows !) + mercurial/win32.py: error importing: _type_ 'v' not supported (error at win32.py:*) (no-windows !) + mercurial/windows.py: error importing: No module named 'msvcrt' (error at windows.py:*) (no-windows !) #endif