changeset 6192:47f1a6bea77f

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 5bd5a7ab32d3
children e58e4af1a730
files .gitlab-ci.yml
diffstat 1 files changed, 0 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Fri Feb 25 01:52:58 2022 +0300
+++ 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: