pythonPackages.pyzmq: fix tests i686

This commit is contained in:
Frederik Rietdijk 2016-02-08 21:30:40 +01:00
parent 4c79c23a0d
commit 2d2cda2874

@ -22499,8 +22499,11 @@ in modules // {
};
buildInputs = with self; [ pkgs.zeromq3 pytest tornado ];
propagatedBuildInputs = [ self.py ];
# Disable broken test
# https://github.com/zeromq/pyzmq/issues/799
checkPhase = ''
py.test $out/${python.sitePackages}/zmq/
py.test $out/${python.sitePackages}/zmq/ -k "not test_large_send"
'';
};