python38Packages.celery: remove click & moto patches
This commit is contained in:
parent
d45b0b0f05
commit
effbe4285f
1 changed files with 0 additions and 9 deletions
|
@ -12,15 +12,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "4d858a8fe53c07a9f0cbf8cf1da28e8abe5464d0aba5713bf83908e74277734b";
|
sha256 = "4d858a8fe53c07a9f0cbf8cf1da28e8abe5464d0aba5713bf83908e74277734b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# click is only used for the repl, in most cases this shouldn't impact
|
|
||||||
# downstream packages
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace requirements/test.txt \
|
|
||||||
--replace "moto==1.3.7" moto
|
|
||||||
substituteInPlace requirements/default.txt \
|
|
||||||
--replace "click>=7.0,<8.0" click
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ billiard click click-didyoumean click-plugins click-repl kombu pytz vine ];
|
propagatedBuildInputs = [ billiard click click-didyoumean click-plugins click-repl kombu pytz vine ];
|
||||||
|
|
||||||
checkInputs = [ boto3 case moto pytest pytest-celery pytest-subtests pytest-timeout ];
|
checkInputs = [ boto3 case moto pytest pytest-celery pytest-subtests pytest-timeout ];
|
||||||
|
|
Loading…
Reference in a new issue