mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
eventlet: disable tests, too much of a burden
(cherry picked from commit 676e8d7aa4
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
c661352de2
commit
61d5c2c0af
@ -4028,11 +4028,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