pythonPackages.pyzmq: fix tests i686
This commit is contained in:
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"
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user