view dev_requirements.txt @ 6550:ad275fcc5a90

jenkinsfile: create venv in special folder instead of jenkins workspace The path to a jenkins workspace tends to get very long. But the maximum for a shebang line is usually 127 characters. This can cause problems with git hook scripts or when calling pip. To avoid these problems create the virtualenv in the a folder under $JENKINS_HOME which is usually much shorter.
author domruf <dominikruf@gmail.com>
date Thu, 23 Mar 2017 22:20:35 +0100
parents 1f43d08ce5a8
children 3c469080bb2a
line wrap: on
line source

pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
mock
sphinx