tests/test-check-py3-compat.t
changeset 39385 34ef6a5a7bcd
parent 39384 722eab64f1ed
child 39386 2df3271ef139
equal deleted inserted replaced
39384:722eab64f1ed 39385:34ef6a5a7bcd
    28   > -X hgext/fsmonitor/pywatchman \
    28   > -X hgext/fsmonitor/pywatchman \
    29   > -X mercurial/cffi \
    29   > -X mercurial/cffi \
    30   > -X mercurial/thirdparty \
    30   > -X mercurial/thirdparty \
    31   > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \
    31   > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \
    32   > | sed 's/[0-9][0-9]*)$/*)/'
    32   > | sed 's/[0-9][0-9]*)$/*)/'
       
    33   hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) (?)
       
    34   hgext/fastannotate/commands.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*)
       
    35   hgext/fastannotate/context.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*)
       
    36   hgext/fastannotate/formatter.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*)
       
    37   hgext/fastannotate/protocol.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*)
       
    38   hgext/fastannotate/support.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*)
       
    39   hgext/infinitepush/sqlindexapi.py: error importing: <*Error> No module named 'mysql' (error at sqlindexapi.py:*) (glob) (?)
       
    40   mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
       
    41   mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
       
    42   mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !)
    33 
    43 
    34 #endif
    44 #endif
    35 
    45 
    36 #if py3exe py3pygments
    46 #if py3exe py3pygments
    37   $ testrepohg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \
    47   $ testrepohg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \