python.pkgs.celery: fix tests
This commit is contained in:
parent
30970aa039
commit
5a7e9c8237
@ -38,7 +38,7 @@ in buildPythonPackage rec {
|
|||||||
unset NIX_REDIRECTS LD_PRELOAD
|
unset NIX_REDIRECTS LD_PRELOAD
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ pytest case ];
|
checkInputs = [ pytest_32 case ];
|
||||||
propagatedBuildInputs = [ kombu billiard pytz anyjson amqp eventlet ];
|
propagatedBuildInputs = [ kombu billiard pytz anyjson amqp eventlet ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user