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

TST: Use Python 3.8 in pipeline

parent b6407785
No related branches found
No related tags found
2 merge requests!71REL: RElease v0.2.0,!63TST: Use other Python versions
Pipeline #30265 failed
......@@ -113,14 +113,28 @@ info:
script:
- *env
unittest:
unittest_py3.9:
tags: [cached-dind]
image: docker:20.10
stage: test
image: $CI_REGISTRY_IMAGE
script:
- tox
unittest_py3.8:
tags: [cached-dind]
stage: test
image: python:3.8
script: &python_test_script
# install dependencies
- pip install pytest pytest-cov
# TODO: Use f-branch logic here
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
# actual test
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests
inttest:
tags: [docker]
services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment