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

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