From 2640ac0e6cce9b8c427ae3c61dd7da8b7afeac79 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 24 Apr 2023 13:36:04 +0200 Subject: [PATCH] TST: Add jsonref test dependency --- .gitlab-ci.yml | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80f38616..d6066030 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,7 +139,7 @@ unittest_py37: stage: unittest image: python:3.7 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 . - pytest --cov=caosadvancedtools unittests diff --git a/tox.ini b/tox.ini index 0e9664c3..ce18fc00 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps=nose openpyxl >= 3.0.7 xlrd == 1.2 h5py + jsonref commands=py.test --cov=caosadvancedtools -vv {posargs} [flake8] -- GitLab