comparison tests/test-check-py3-compat.t @ 41556:9f69ddb807f7

tests: add syntax warnings on Python 3.8 in python-zstandard These are warnings from upstream test code. Let's just acknowledge them for now. These should go away in a future python-zstandard release :) Differential Revision: https://phab.mercurial-scm.org/D5846
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 04 Feb 2019 14:43:26 -0800
parents 8cf459d8b111
children d7dc4ac1ff84
comparison
equal deleted inserted replaced
41555:ba7eaff26474 41556:9f69ddb807f7
30 > -X hgext/fsmonitor/pywatchman \ 30 > -X hgext/fsmonitor/pywatchman \
31 > -X mercurial/cffi \ 31 > -X mercurial/cffi \
32 > -X mercurial/thirdparty \ 32 > -X mercurial/thirdparty \
33 > | sed 's|\\|/|g' | xargs "$PYTHON" contrib/check-py3-compat.py \ 33 > | sed 's|\\|/|g' | xargs "$PYTHON" contrib/check-py3-compat.py \
34 > | sed 's/[0-9][0-9]*)$/*)/' 34 > | sed 's/[0-9][0-9]*)$/*)/'
35 contrib/python-zstandard/tests/test_compressor.py:324: SyntaxWarning: invalid escape sequence \( (py38 !)
36 with self.assertRaisesRegexp(zstd.ZstdError, 'cannot call compress\(\) after compressor'): (py38 !)
37 contrib/python-zstandard/tests/test_compressor.py:1329: SyntaxWarning: invalid escape sequence \( (py38 !)
38 'cannot call compress\(\) after compression finished'): (py38 !)
39 contrib/python-zstandard/tests/test_compressor.py:1341: SyntaxWarning: invalid escape sequence \( (py38 !)
40 'cannot call flush\(\) after compression finished'): (py38 !)
41 contrib/python-zstandard/tests/test_compressor.py:1353: SyntaxWarning: invalid escape sequence \( (py38 !)
42 'cannot call finish\(\) after compression finished'): (py38 !)
35 hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) (?) 43 hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) (?)
36 hgext/infinitepush/sqlindexapi.py: error importing: <*Error> No module named 'mysql' (error at sqlindexapi.py:*) (glob) (?) 44 hgext/infinitepush/sqlindexapi.py: error importing: <*Error> No module named 'mysql' (error at sqlindexapi.py:*) (glob) (?)
37 mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !) 45 mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
38 mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !) 46 mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
39 mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !) 47 mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !)