##// END OF EJS Templates
tests: add syntax warnings on Python 3.8 in python-zstandard...
Gregory Szorc -
r41697:9f69ddb8 default
parent child Browse files
Show More
@@ -32,6 +32,14 b''
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 !)
General Comments 0
You need to be logged in to leave comments. Login now