mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
greenlet: delete problematic test
This commit is contained in:
parent
4c67102a59
commit
3efefb5baa
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user