pulling proper venv
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-03-01 15:24:23 +02:00
parent b92fa8f03c
commit 0764fa0fd1
Vendored
+2 -2
View File
@@ -30,8 +30,8 @@ pipeline {
}
steps {
sh '''
cd /tmp/; virtualenv pitestenv; source ./pitestenv/bin/activate
pip install -r requirements.txt; cd -
python3 -m venv /tmp/pitestenv; source /tmp/pitestenv/bin/activate
pip install -r requirements.txt
python -m pytest catalog/tests/
python -m xmlrunner discover -p *_test.py
'''