Using global pip for requirements
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-03-01 15:06:36 +02:00
parent 6b33655944
commit 048d12cb98
Vendored
+1 -1
View File
@@ -29,7 +29,7 @@ pipeline {
args '-e DJANGO_SETTINGS_MODULE="locallibrary.settings"'}
}
steps {
sh 'pip3 install --user -r requirements.txt'
sh 'pip install -r requirements.txt'
sh 'python -m pytest catalog/tests/'
sh 'python -m xmlrunner discover -p *_test.py'
}