Skip to content
Snippets Groups Projects
Commit 655cb000 authored by I. Nüske's avatar I. Nüske
Browse files

CI: Remove python 3.8 tests from pipeline

parent 59ddf680
No related branches found
No related tags found
Loading
...@@ -135,21 +135,15 @@ unittest_py311: ...@@ -135,21 +135,15 @@ unittest_py311:
- python3 -c "import linkahead; print('LinkAhead Version:', linkahead.__version__)" - python3 -c "import linkahead; print('LinkAhead Version:', linkahead.__version__)"
- tox - tox
unittest_py38: unittest_py39:
tags: [docker] tags: [docker]
stage: unittest stage: unittest
image: python:3.8 image: python:3.9
script: &python_test_script script: &python_test_script
- pip install --break-system-packages git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev - pip install --break-system-packages git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- pip install --break-system-packages .[all] - pip install --break-system-packages .[all]
- pytest --cov=caosadvancedtools unittests - pytest --cov=caosadvancedtools unittests
unittest_py39:
tags: [docker]
stage: unittest
image: python:3.9
script: *python_test_script
unittest_py310: unittest_py310:
tags: [docker] tags: [docker]
stage: unittest stage: unittest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment