Skip to content
Snippets Groups Projects
Commit 2640ac0e authored by florian's avatar florian
Browse files

TST: Add jsonref test dependency

parent 8be1d1e7
No related branches found
No related tags found
2 merge requests!73MAINT: change wording of TableImporter argument and allow converters and...,!72Extend json-schema model parser
Pipeline #36028 failed
...@@ -139,7 +139,7 @@ unittest_py37: ...@@ -139,7 +139,7 @@ unittest_py37:
stage: unittest stage: unittest
image: python:3.7 image: python:3.7
script: &python_test_script script: &python_test_script
- pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py - pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py jsonref
- 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 . - pip install .
- pytest --cov=caosadvancedtools unittests - pytest --cov=caosadvancedtools unittests
......
...@@ -12,6 +12,7 @@ deps=nose ...@@ -12,6 +12,7 @@ deps=nose
openpyxl >= 3.0.7 openpyxl >= 3.0.7
xlrd == 1.2 xlrd == 1.2
h5py h5py
jsonref
commands=py.test --cov=caosadvancedtools -vv {posargs} commands=py.test --cov=caosadvancedtools -vv {posargs}
[flake8] [flake8]
......
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