Skip to content

Commit 304f146

Browse files
authoredMay 9, 2021
Revert "python3Packages.pika: add gevent to checkInputs"
1 parent d3ed0f5 commit 304f146

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎pkgs/development/python-modules/pika/default.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ lib
22
, buildPythonPackage
33
, fetchPypi
4-
, gevent
54
, nose
65
, mock
76
, twisted
@@ -17,7 +16,7 @@ buildPythonPackage rec {
1716
sha256 = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89";
1817
};
1918

20-
checkInputs = [ nose mock twisted tornado gevent ];
19+
checkInputs = [ nose mock twisted tornado ];
2120

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

0 commit comments

Comments
 (0)
Please sign in to comment.