mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
eventlet: disable tests, too much of a burden
This commit is contained in:
parent
87c637ae15
commit
676e8d7aa4
@ -3872,11 +3872,9 @@ let
|
||||
|
||||
buildInputs = with self; [ nose httplib2 pyopenssl ];
|
||||
|
||||
propagatedBuildInputs = optionals (!isPyPy) [ self.greenlet ];
|
||||
doCheck = false; # too much transient errors to bother
|
||||
|
||||
preCheck = ''
|
||||
substituteInPlace tests/__init__.py --replace "TEST_TIMEOUT = 1" "TEST_TIMEOUT = 60"
|
||||
'';
|
||||
propagatedBuildInputs = optionals (!isPyPy) [ self.greenlet ];
|
||||
|
||||
meta = {
|
||||
homepage = http://pypi.python.org/pypi/eventlet/;
|
||||
|
Loading…
Reference in New Issue
Block a user