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

PIPELINE: Remove tox from test setup

parent 40fbb521
No related branches found
No related tags found
2 merge requests!89Integration Test Suggestions - Inttest,!81F local inttests
Pipeline #60405 failed
...@@ -11,6 +11,7 @@ RUN apt-get update && \ ...@@ -11,6 +11,7 @@ RUN apt-get update && \
ARG PYLIB ARG PYLIB
RUN echo "PYLIB=${PYLIB}" RUN echo "PYLIB=${PYLIB}"
COPY .docker/wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN pip install -r requirements.txt
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \ ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json pylib_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \ RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
...@@ -31,4 +32,4 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \ ...@@ -31,4 +32,4 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \ cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
cp -r /git/resources /scripting/bin-debug && \ cp -r /git/resources /scripting/bin-debug && \
# ... and run tests # ... and run tests
tox pytest --cov=linkahead -vv {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment