greenlet: delete problematic test

This commit is contained in:
Domen Kožar 2015-05-16 20:56:53 +02:00
parent 4c67102a59
commit 3efefb5baa

View File

@ -5781,6 +5781,11 @@ let
sha256 = "1zlmsygjw69xlq56vz1z5ivzy9bwc7knjaykn2yy2hv4w2j4yb7k";
};
# see https://github.com/python-greenlet/greenlet/issues/85
preCheck = ''
rm tests/test_leaks.py
'';
meta = with stdenv.lib; {
homepage = http://pypi.python.org/pypi/greenlet;
description = "Module for lightweight in-process concurrent programming";