comparison dev_requirements.txt @ 6026:dd676fdeda0f

setup: move test dependencies to dev_requirements.txt to make them optional Remove the need for having test tools on production systems. Installing test dependencies is made an extra explicit step. pip is the future, but doesn't have the same tests_require features as setuptools kind of has. I don't like this way of handling it without setup.py support and with explicit naming of the ugly dev_requirements.txt ... but that seems to be the way to do it.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Jul 2016 16:28:34 +0200
parents
children 7d258b3fbc49
comparison
equal deleted inserted replaced
6025:51b1af58589b 6026:dd676fdeda0f
1 pytest>=2.7.0,<3.0
2 pytest-runner
3 pytest-sugar>=0.7.0,<1.0.0
4 webtest==1.4.3
5 mock
6 sphinx