diff --git a/run-tests.sh b/run-tests.sh index e10f770..5552f09 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -32,6 +32,8 @@ source $VENV_TESTS/bin/activate pip install -U setuptools pip wheel pip install "oarepo[tests]==${OAREPO_VERSION}.*" pip install "./thesis[tests]" +pip install -e ".[tests]" + pytest ./thesis/tests -vvv pytest tests -vvv