1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

eventlet: increase TEST_TIMEOUT

(cherry picked from commit 1c489ee2a8)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2015-01-18 12:31:14 +01:00
parent 652cfc36e9
commit f98a2558ec

View file

@ -4031,6 +4031,10 @@ let
propagatedBuildInputs = optionals (!isPyPy) [ self.greenlet ];
preCheck = ''
substituteInPlace tests/__init__.py --replace "TEST_TIMEOUT = 1" "TEST_TIMEOUT = 60"
'';
meta = {
homepage = http://pypi.python.org/pypi/eventlet/;
description = "A concurrent networking library for Python";