##// END OF EJS Templates
test-check-py3-compat: don't run py2 part if $PYTHON is python3
Yuya Nishihara -
r39438:0cbcf962 default
parent child Browse files
Show More
@@ -56,6 +56,7 b' test-check-commit.t'
56 56 test-check-execute.t
57 57 test-check-interfaces.py
58 58 test-check-module-imports.t
59 test-check-py3-compat.t
59 60 test-check-pyflakes.t
60 61 test-check-pylint.t
61 62 test-check-shbang.t
@@ -3,6 +3,7 b''
3 3 $ . "$TESTDIR/helpers-testrepo.sh"
4 4 $ cd "$TESTDIR"/..
5 5
6 #if no-py3k
6 7 $ testrepohg files 'set:(**.py)' \
7 8 > -X hgdemandimport/demandimportpy2.py \
8 9 > -X mercurial/thirdparty/cbor \
@@ -21,6 +22,7 b''
21 22 contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import
22 23 contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import
23 24 setup.py not using absolute_import
25 #endif
24 26
25 27 #if py3exe
26 28 $ testrepohg files 'set:(**.py) - grep(pygments)' \
General Comments 0
You need to be logged in to leave comments. Login now