Remove test dependencies from Python packages (#4572)

* Remove test dependencies from Python packages

* Make test deptype more clear for a couple more packages
This commit is contained in:
Adam J. Stewart
2017-06-23 08:51:45 -05:00
committed by GitHub
parent 1d741a2110
commit 3e087f2e25
6 changed files with 20 additions and 12 deletions

View File

@@ -37,5 +37,7 @@ class PyPylint(PythonPackage):
depends_on('py-six', type=('build', 'run'))
depends_on('py-astroid', type=('build', 'run'))
depends_on('py-logilab-common', type=('build', 'run'))
depends_on('py-nose', type='build')
depends_on('py-setuptools', type='build')
# TODO: Add a 'test' deptype
# depends_on('py-nose', type='test')