python.pkgs.celery: fix tests

This commit is contained in:
Robert Schütz 2018-08-30 21:30:19 +02:00 committed by Frederik Rietdijk
parent 30970aa039
commit 5a7e9c8237

View file

@ -38,7 +38,7 @@ in buildPythonPackage rec {
unset NIX_REDIRECTS LD_PRELOAD
'';
buildInputs = [ pytest case ];
checkInputs = [ pytest_32 case ];
propagatedBuildInputs = [ kombu billiard pytz anyjson amqp eventlet ];
meta = with stdenv.lib; {