Skip to content
Snippets Groups Projects
Commit 2e938d95 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Remove python 3.7 unittests

parent 89bffd2b
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!165F remove python37
Pipeline #49823 passed
...@@ -120,10 +120,10 @@ unittest_py3.9: ...@@ -120,10 +120,10 @@ unittest_py3.9:
script: script:
- tox - tox
unittest_py3.7: unittest_py3.8:
tags: [cached-dind] tags: [cached-dind]
stage: test stage: test
image: python:3.7 image: python:3.8
script: &python_test_script script: &python_test_script
# install dependencies # install dependencies
- pip install pytest pytest-cov - pip install pytest pytest-cov
...@@ -135,12 +135,6 @@ unittest_py3.7: ...@@ -135,12 +135,6 @@ unittest_py3.7:
- caosdb-crawler --help - caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests - pytest --cov=caosdb -vv ./unittests
unittest_py3.8:
tags: [cached-dind]
stage: test
image: python:3.8
script: *python_test_script
unittest_py3.10: unittest_py3.10:
tags: [cached-dind] tags: [cached-dind]
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment