From 0b4d2b819bd735fbedd57124b4d580013f0d68e8 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 5 Dec 2023 13:05:18 +0000 Subject: [PATCH] Py3.12 test changes, drop pypy --- .gitlab-ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95398f63..c21b8d5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,19 +99,6 @@ test-3.11-core: coverage_format: cobertura path: coverage.xml -test-pvpy-core: - <<: *only-default - image: pypy:3.9-bullseye - script: - - tox -e pypy-all - artifacts: - when: always - reports: - coverage_report: - coverage_format: cobertura - path: coverage.xml - allow_failure: true - test-3.12-core: <<: *only-default image: python:3.12-rc-bullseye @@ -123,7 +110,6 @@ test-3.12-core: coverage_report: coverage_format: cobertura path: coverage.xml - allow_failure: true test-3.8-all: <<: *only-default @@ -174,19 +160,6 @@ test-3.11-all: path: coverage.xml coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' -test-pvpy-all: - <<: *only-default - image: pypy:3.9-bullseye - script: - - tox -e pypy-all - artifacts: - when: always - reports: - coverage_report: - coverage_format: cobertura - path: coverage.xml - allow_failure: true - test-3.12-all: <<: *only-default image: python:3.12-rc-bullseye @@ -198,7 +171,6 @@ test-3.12-all: coverage_report: coverage_format: cobertura path: coverage.xml - allow_failure: true build-test: stage: test