python3Packages.greenlet: disable tests
This commit is contained in:
parent
187d0371ab
commit
608235d50b
1 changed files with 2 additions and 4 deletions
|
@ -18,10 +18,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
# see https://github.com/python-greenlet/greenlet/issues/85
|
||||
preCheck = ''
|
||||
rm tests/test_leaks.py
|
||||
'';
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/greenlet";
|
||||
|
|
Loading…
Reference in a new issue