Skip to content
Snippets Groups Projects
Commit f7bcf5c5 authored by florian's avatar florian
Browse files

TST: Add Python 3.8 to unittest pipeline

parent d50d2fdb
No related branches found
No related tags found
2 merge requests!65DOC: Added CITATION.cff to the list of files in the release guide where the...,!60F python versions pipeline
Pipeline #30291 failed
...@@ -123,7 +123,7 @@ linting: ...@@ -123,7 +123,7 @@ linting:
- make lint - make lint
allow_failure: true allow_failure: true
unittest: unittest_py39:
tags: [docker] tags: [docker]
stage: unittest stage: unittest
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
...@@ -132,6 +132,16 @@ unittest: ...@@ -132,6 +132,16 @@ unittest:
- python3 -c "import caosdb; print('CaosDB Version:', caosdb.__version__)" - python3 -c "import caosdb; print('CaosDB Version:', caosdb.__version__)"
- tox - tox
unittest_py38:
tags: [docker]
stage: unittest_py38
image: python:3.8
script: &python_test_script
- pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- pip install .
- pytest --cov=caosadvancedtools --vv unittests
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
pages_prepare: &pages_prepare pages_prepare: &pages_prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment