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

TST: Add h5py to test dependencies

parent 9249b510
Branches
Tags
2 merge requests!160STY: styling,!143ENH: HDF5 Converter
Pipeline #37500 passed
......@@ -130,7 +130,7 @@ unittest_py3.7:
# 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
- pip install .
- pip install .[h5-crawler]
# actual test
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests
......
......@@ -6,6 +6,7 @@ skip_missing_interpreters = true
deps = .
pytest
pytest-cov
h5py
# TODO: Make this f-branch sensitive
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment