Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

pythonPackages.celery: unpin moto

authored by Robin Gloster and committed by GitHub 9cc417ac c22f09e7

+1
+1
pkgs/development/python-modules/celery/default.nix
··· 13 13 14 14 postPatch = '' 15 15 substituteInPlace requirements/test.txt \ 16 + --replace "moto==1.3.7" moto \ 16 17 --replace "pytest>=4.3.1,<4.4.0" pytest 17 18 ''; 18 19