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

@@ -42,4 +42,6 @@ class PyQtconsole(PythonPackage):
depends_on('py-pygments', type=('build', 'run'))
depends_on('py-traitlets', type=('build', 'run'))
depends_on('py-sphinx@1.3:', type=('build', 'run'), when='+docs')
# mock; python_version=="2.7" and extra == 'test'
# TODO: Add a 'test' deptype
# depends_on('py-mock', type='test', when='^python@2.7:2.8')