removing the python in front
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
+4
-3
@@ -33,11 +33,12 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh '''
|
||||
python -m venv ${PY_ENV}; source ${PY_ENV}/bin/activate
|
||||
python -m venv ${PY_ENV}
|
||||
source ${PY_ENV}/bin/activate
|
||||
export PATH=${PY_ENV}/bin:${PATH}
|
||||
pip install -r requirements.txt
|
||||
python -m pytest catalog/tests/
|
||||
python -m xmlrunner discover -p *_test.py
|
||||
pytest catalog/tests/
|
||||
xmlrunner discover -p *_test.py
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user