Merge pull request #61305 from eadwu/pythonPackages.celery/fix-moto-dependency

pythonPackages.celery: unpin moto
This commit is contained in:
Robin Gloster 2019-05-18 08:52:24 +00:00 committed by GitHub
commit 9cc417ac9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements/test.txt \
--replace "moto==1.3.7" moto \
--replace "pytest>=4.3.1,<4.4.0" pytest
'';