py-luigi: fix test dependencies (#14042)

This commit is contained in:
Adam J. Stewart 2019-12-08 09:04:45 -06:00 committed by GitHub
parent 16a61d1422
commit 99d2bcf64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,4 @@ class PyLuigi(PythonPackage):
depends_on('py-python-daemon@:2.1', type=('build', 'run')) depends_on('py-python-daemon@:2.1', type=('build', 'run'))
depends_on('py-python-dateutil@2.7.5', when='@2.8.3:', type=('build', 'run')) depends_on('py-python-dateutil@2.7.5', when='@2.8.3:', type=('build', 'run'))
depends_on('py-test@3.3.0:', type='test') depends_on('py-pytest@3.3.0:', type='test')