# HG changeset patch # User Gregory Szorc # Date 1549320206 28800 # Node ID 9f69ddb807f7abd13094e0284d0404ab37ef23ef # Parent ba7eaff2647403b46204504dd317ecc8b79c6316 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 diff -r ba7eaff26474 -r 9f69ddb807f7 tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Mon Feb 04 14:38:23 2019 -0800 +++ b/tests/test-check-py3-compat.t Mon Feb 04 14:43:26 2019 -0800 @@ -32,6 +32,14 @@ > -X mercurial/thirdparty \ > | sed 's|\\|/|g' | xargs "$PYTHON" contrib/check-py3-compat.py \ > | sed 's/[0-9][0-9]*)$/*)/' + contrib/python-zstandard/tests/test_compressor.py:324: SyntaxWarning: invalid escape sequence \( (py38 !) + with self.assertRaisesRegexp(zstd.ZstdError, 'cannot call compress\(\) after compressor'): (py38 !) + contrib/python-zstandard/tests/test_compressor.py:1329: SyntaxWarning: invalid escape sequence \( (py38 !) + 'cannot call compress\(\) after compression finished'): (py38 !) + contrib/python-zstandard/tests/test_compressor.py:1341: SyntaxWarning: invalid escape sequence \( (py38 !) + 'cannot call flush\(\) after compression finished'): (py38 !) + contrib/python-zstandard/tests/test_compressor.py:1353: SyntaxWarning: invalid escape sequence \( (py38 !) + 'cannot call finish\(\) after compression finished'): (py38 !) hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) (?) 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 !)