Skip to content
Snippets Groups Projects
Verified Commit c48dd53b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: update tox.ini and remove jsonschame from Dockerfile

parent e3325313
No related branches found
No related tags found
1 merge request!31Draft: F json schema
Pipeline #20579 failed
......@@ -30,6 +30,5 @@ COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler]
RUN pip3 install jsonschema
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
......@@ -2,12 +2,12 @@
envlist=py36, py37, py38, py39
skip_missing_interpreters = true
[testenv]
deps=nose
pandas
deps=pandas
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
pytest
pytest-cov
openpyxl
xlrd == 1.2
h5py
jsonschema
commands=py.test --cov=caosadvancedtools -vv {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment