mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
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:
@@ -25077,7 +25077,7 @@ EOF
|
||||
# Disable broken test
|
||||
# https://github.com/zeromq/pyzmq/issues/799
|
||||
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"
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user