python.pkgs.pyzmq: fix broken test
which I think will be solved in 17.0.0 which should be released within weeks.
This commit is contained in:
parent
da00601306
commit
e0a23575d2
|
@ -25077,7 +25077,7 @@ EOF
|
||||||
# Disable broken test
|
# Disable broken test
|
||||||
# https://github.com/zeromq/pyzmq/issues/799
|
# https://github.com/zeromq/pyzmq/issues/799
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test $out/${python.sitePackages}/zmq/ -k "not test_large_send"
|
py.test $out/${python.sitePackages}/zmq/ -k "not test_large_send and not test_recv_json_cancelled"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue