summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-04-15 22:12:45 +0200
committerjaseg <git@jaseg.de>2023-04-15 22:12:45 +0200
commit4bd1097fc1e161e1c0ecfdfa2be271dfe6f69dfa (patch)
treec6849e1c877366731adda92308599d50907b8947 /.gitlab-ci.yml
parent3556dc081be6f5cca5f4bea2b3c09e4c9c1a66a8 (diff)
downloadgerbonara-4bd1097fc1e161e1c0ecfdfa2be271dfe6f69dfa.tar.gz
gerbonara-4bd1097fc1e161e1c0ecfdfa2be271dfe6f69dfa.tar.bz2
gerbonara-4bd1097fc1e161e1c0ecfdfa2be271dfe6f69dfa.zip
Bump minimum Python version to 3.10
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a35f14..c47d156 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,26 +58,6 @@ test:ubuntu2204:
paths:
- gerbonara_test_failures/*
-test:ubuntu2004:
- stage: test
- image: "registry.gitlab.com/gerbolyze/build-containers/ubuntu:20.04"
- script:
- - python3 -m pip install pytest beautifulsoup4 pillow numpy slugify lxml click scipy
- - python3 -m pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*'
- dependencies:
- - build:archlinux
- cache:
- key: test-image-cache
- paths:
- - gerbonara/tests/image_cache/*.svg
- - gerbonara/tests/image_cache/*.png
- artifacts:
- name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
- when: on_failure
- paths:
- - gerbonara_test_failures/*
-
-
docs:archlinux:
stage: test
image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"