Skip to content
Snippets Groups Projects
Verified Commit 1978b788 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline.

parent 61ce4dbb
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!171sav/spss converter
......@@ -161,19 +161,18 @@ unittest_py3.13:
image: python:3.13-rc
script:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# TODO Remove the "!" after 3.13 release, which serves as an xfail
- apt update && apt install -y cargo
# 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
# TODO Remove the "!" after 3.13 release, which serves as an xfail
- ! pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
- ! pip install .[h5_crawler,spss]
- (! 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)
- (! pip install .[h5_crawler,spss])
# actual test
- ! caosdb-crawler --help
- ! pytest --cov=caosdb -vv ./unittests
- (! 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.
Finish editing this message first!
Please register or to comment