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:
Frederik Rietdijk 2017-08-25 17:41:36 +02:00
parent da00601306
commit e0a23575d2
1 changed files with 1 additions and 1 deletions

View File

@ -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"
'';
};