aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/pyzmq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pyzmq/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pyzmq/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pyzmq/default.nix b/nixpkgs/pkgs/development/python-modules/pyzmq/default.nix
index f1ecdf7c4f4..f23d86eb4b7 100644
--- a/nixpkgs/pkgs/development/python-modules/pyzmq/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pyzmq/default.nix
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pyzmq";
- version = "18.1.1";
+ version = "19.0.2";
src = fetchPypi {
inherit pname version;
- sha256 = "8c69a6cbfa94da29a34f6b16193e7c15f5d3220cb772d6d17425ff3faa063a6d";
+ sha256 = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438";
};
checkInputs = [ pytest tornado ];
@@ -30,7 +30,8 @@ buildPythonPackage rec {
and not test_callable_check \
and not test_on_recv_basic \
and not test_on_recv_wake \
- and not test_monitor"
+ and not test_monitor \
+ and not test_cython"
'';
# Some of the tests use localhost networking.