Mercurial > evolve
changeset 6272:cfdbbed669b5 stable
ci: don't test on python2, since it's no longer supported by core hg (6.2+)
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 07 Mar 2022 13:08:13 +0300 |
parents | ab92c510ab05 |
children | 7019f51c3fe8 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 0 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Tue Apr 26 13:09:23 2022 +0400 +++ b/.gitlab-ci.yml Mon Mar 07 13:08:13 2022 +0300 @@ -30,34 +30,11 @@ - ("$PYTHON" --version) - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) -checks-py2: - <<: *runtests - variables: - PY: py2 - PYTHON: python2 - RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" - checks-py3: <<: *runtests variables: RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" -tests-py2-cext: - <<: *runtests - variables: - PY: py2 - PYTHON: python2 - RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" - TEST_HGMODULEPOLICY: "c" - -tests-py2-pure: - <<: *runtests - variables: - PY: py2 - PYTHON: python2 - RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" - TEST_HGMODULEPOLICY: "py" - tests-py3-cext: <<: *runtests variables: