Using global pip for requirements
ci-tests/python-test/pipeline/head There was a failure building this commit
ci-tests/python-test/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+1
-1
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user