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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user