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

PIPELINE: Fix missing rocrate dependency

parent 17f6e06d
Branches
Tags
No related merge requests found
Pipeline #58508 failed
...@@ -34,6 +34,9 @@ RUN rm -r /git/.git ...@@ -34,6 +34,9 @@ RUN rm -r /git/.git
# Install pycaosdb.ini for the tests # Install pycaosdb.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
# TODO Remove once https://github.com/ResearchObject/ro-crate-py/issues/203 has been resolved.
RUN pip3 install --break-system-packages git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
RUN cd /git/ && pip3 install --break-system-packages .[h5-crawler,spss,rocrate] RUN cd /git/ && pip3 install --break-system-packages .[h5-crawler,spss,rocrate]
WORKDIR /git/integrationtests WORKDIR /git/integrationtests
......
...@@ -131,6 +131,10 @@ unittest_py3.9: ...@@ -131,6 +131,10 @@ unittest_py3.9:
# TODO: Use f-branch logic here # 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-pylib.git@dev
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev - pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
# TODO: Remove once
# https://github.com/ResearchObject/ro-crate-py/issues/203 has
# been resolved.
- pip install git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
- pip install .[h5-crawler,spss,rocrate] - pip install .[h5-crawler,spss,rocrate]
# actual test # actual test
- caosdb-crawler --help - caosdb-crawler --help
......
...@@ -9,6 +9,8 @@ deps = .[h5-crawler,spss,rocrate] ...@@ -9,6 +9,8 @@ deps = .[h5-crawler,spss,rocrate]
# TODO: Make this f-branch sensitive # 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-pylib.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
# TODO Remove once https://github.com/ResearchObject/ro-crate-py/issues/203 has been resolved.
git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
commands = caosdb-crawler --help commands = caosdb-crawler --help
py.test --cov=caoscrawler -vv {posargs} py.test --cov=caoscrawler -vv {posargs}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment