running pip in user space
ci-tests/python-test/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2021-06-22 22:58:56 +02:00
parent 329aea2edd
commit 6b33655944
Vendored
+1 -1
View File
@@ -29,7 +29,7 @@ pipeline {
args '-e DJANGO_SETTINGS_MODULE="locallibrary.settings"'}
}
steps {
sh 'pip3 install -r requirements.txt'
sh 'pip3 install --user -r requirements.txt'
sh 'python -m pytest catalog/tests/'
sh 'python -m xmlrunner discover -p *_test.py'
}