Show More
@@ -1,53 +1,39 | |||
|
1 | 1 | #require test-repo |
|
2 | 2 | |
|
3 | 3 | $ . "$TESTDIR/helpers-testrepo.sh" |
|
4 | 4 | $ cd "$TESTDIR"/.. |
|
5 | 5 | |
|
6 | 6 | $ testrepohg files 'set:(**.py)' \ |
|
7 | 7 | > -X hgdemandimport/demandimportpy2.py \ |
|
8 | 8 | > -X mercurial/thirdparty/cbor \ |
|
9 | 9 | > | sed 's|\\|/|g' | xargs $PYTHON contrib/check-py3-compat.py |
|
10 | 10 | contrib/python-zstandard/setup.py not using absolute_import |
|
11 | 11 | contrib/python-zstandard/setup_zstd.py not using absolute_import |
|
12 | 12 | contrib/python-zstandard/tests/common.py not using absolute_import |
|
13 | 13 | contrib/python-zstandard/tests/test_buffer_util.py not using absolute_import |
|
14 | 14 | contrib/python-zstandard/tests/test_compressor.py not using absolute_import |
|
15 | 15 | contrib/python-zstandard/tests/test_compressor_fuzzing.py not using absolute_import |
|
16 | 16 | contrib/python-zstandard/tests/test_data_structures.py not using absolute_import |
|
17 | 17 | contrib/python-zstandard/tests/test_data_structures_fuzzing.py not using absolute_import |
|
18 | 18 | contrib/python-zstandard/tests/test_decompressor.py not using absolute_import |
|
19 | 19 | contrib/python-zstandard/tests/test_decompressor_fuzzing.py not using absolute_import |
|
20 | 20 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import |
|
21 | 21 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import |
|
22 | 22 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import |
|
23 | 23 | setup.py not using absolute_import |
|
24 | 24 | |
|
25 | 25 | #if py3exe |
|
26 | 26 | $ testrepohg files 'set:(**.py) - grep(pygments)' \ |
|
27 | 27 | > -X hgdemandimport/demandimportpy2.py \ |
|
28 | 28 | > -X hgext/fsmonitor/pywatchman \ |
|
29 | 29 | > -X mercurial/thirdparty/cbor \ |
|
30 | 30 | > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \ |
|
31 | 31 | > | sed 's/[0-9][0-9]*)$/*)/' |
|
32 | contrib/python-zstandard/setup.py not using absolute_import | |
|
33 | contrib/python-zstandard/setup_zstd.py not using absolute_import | |
|
34 | contrib/python-zstandard/tests/common.py not using absolute_import | |
|
35 | contrib/python-zstandard/tests/test_buffer_util.py not using absolute_import | |
|
36 | contrib/python-zstandard/tests/test_compressor.py not using absolute_import | |
|
37 | contrib/python-zstandard/tests/test_compressor_fuzzing.py not using absolute_import | |
|
38 | contrib/python-zstandard/tests/test_data_structures.py not using absolute_import | |
|
39 | contrib/python-zstandard/tests/test_data_structures_fuzzing.py not using absolute_import | |
|
40 | contrib/python-zstandard/tests/test_decompressor.py not using absolute_import | |
|
41 | contrib/python-zstandard/tests/test_decompressor_fuzzing.py not using absolute_import | |
|
42 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import | |
|
43 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import | |
|
44 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import | |
|
45 | setup.py not using absolute_import | |
|
46 | 32 | |
|
47 | 33 | #endif |
|
48 | 34 | |
|
49 | 35 | #if py3exe py3pygments |
|
50 | 36 | $ testrepohg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \ |
|
51 | 37 | > | xargs python3 contrib/check-py3-compat.py \ |
|
52 | 38 | > | sed 's/[0-9][0-9]*)$/*)/' |
|
53 | 39 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now