Skip to content

Commit

Permalink
Revert "python3Packages.pika: add gevent to checkInputs"
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed May 9, 2021
1 parent d3ed0f5 commit 304f146
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/pika/default.nix
@@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, gevent
, nose
, mock
, twisted
Expand All @@ -17,7 +16,7 @@ buildPythonPackage rec {
sha256 = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89";
};

checkInputs = [ nose mock twisted tornado gevent ];
checkInputs = [ nose mock twisted tornado ];

meta = with lib; {
description = "Pure-Python implementation of the AMQP 0-9-1 protocol";
Expand Down

0 comments on commit 304f146

Please sign in to comment.