pythonPackages.celery: unpin moto

This commit is contained in:
Edmund Wu 2019-05-12 14:31:45 -04:00
parent b6300babad
commit 58c998d633
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

@ -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
'';