Show More
@@ -1,44 +1,44 | |||
|
1 | 1 | #require test-repo |
|
2 | 2 | |
|
3 | 3 | $ . "$TESTDIR/helpers-testrepo.sh" |
|
4 | 4 | $ cd "$TESTDIR"/.. |
|
5 | 5 | |
|
6 | 6 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py |
|
7 | 7 | contrib/python-zstandard/setup.py not using absolute_import |
|
8 | 8 | contrib/python-zstandard/setup_zstd.py not using absolute_import |
|
9 | 9 | contrib/python-zstandard/tests/common.py not using absolute_import |
|
10 | 10 | contrib/python-zstandard/tests/test_buffer_util.py not using absolute_import |
|
11 | 11 | contrib/python-zstandard/tests/test_compressor.py not using absolute_import |
|
12 | 12 | contrib/python-zstandard/tests/test_compressor_fuzzing.py not using absolute_import |
|
13 | 13 | contrib/python-zstandard/tests/test_data_structures.py not using absolute_import |
|
14 | 14 | contrib/python-zstandard/tests/test_data_structures_fuzzing.py not using absolute_import |
|
15 | 15 | contrib/python-zstandard/tests/test_decompressor.py not using absolute_import |
|
16 | 16 | contrib/python-zstandard/tests/test_decompressor_fuzzing.py not using absolute_import |
|
17 | 17 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import |
|
18 | 18 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import |
|
19 | 19 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import |
|
20 | 20 | i18n/check-translation.py not using absolute_import |
|
21 | 21 | setup.py not using absolute_import |
|
22 | 22 | tests/test-demandimport.py not using absolute_import |
|
23 | 23 | |
|
24 | 24 | #if py3exe |
|
25 | 25 | $ hg files 'set:(**.py) - grep(pygments)' -X hgext/fsmonitor/pywatchman \ |
|
26 | 26 | > | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py \ |
|
27 | 27 | > | sed 's/[0-9][0-9]*)$/*)/' |
|
28 | 28 | hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) |
|
29 | hgext/fsmonitor/state.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at __init__.py:*) | |
|
30 | hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at __init__.py:*) | |
|
31 |
mercurial/cffi/ |
|
|
32 |
mercurial/cffi/mpatch.py: error importing: < |
|
|
33 |
mercurial/cffi/osutil.py: error importing: < |
|
|
29 | mercurial/cffi/bdiff.py: error importing: <ImportError> cannot import name '_bdiff' (error at bdiff.py:*) | |
|
30 | mercurial/cffi/bdiffbuild.py: error importing: <ImportError> No module named 'cffi' (error at bdiffbuild.py:*) | |
|
31 | mercurial/cffi/mpatch.py: error importing: <ImportError> cannot import name '_mpatch' (error at mpatch.py:*) | |
|
32 | mercurial/cffi/mpatchbuild.py: error importing: <ImportError> No module named 'cffi' (error at mpatchbuild.py:*) | |
|
33 | mercurial/cffi/osutilbuild.py: error importing: <ImportError> No module named 'cffi' (error at osutilbuild.py:*) | |
|
34 | 34 | mercurial/scmwindows.py: error importing: <*Error> No module named 'msvcrt' (error at win32.py:*) (glob) |
|
35 | 35 | mercurial/win32.py: error importing: <*Error> No module named 'msvcrt' (error at win32.py:*) (glob) |
|
36 | 36 | mercurial/windows.py: error importing: <*Error> No module named 'msvcrt' (error at windows.py:*) (glob) |
|
37 | 37 | |
|
38 | 38 | #endif |
|
39 | 39 | |
|
40 | 40 | #if py3exe py3pygments |
|
41 | 41 | $ hg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \ |
|
42 | 42 | > | xargs $PYTHON3 contrib/check-py3-compat.py \ |
|
43 | 43 | > | sed 's/[0-9][0-9]*)$/*)/' |
|
44 | 44 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now