python3Packages.greenlet: disable tests
This commit is contained in:
parent
187d0371ab
commit
608235d50b
@ -18,10 +18,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
# see https://github.com/python-greenlet/greenlet/issues/85
|
# No tests in archive
|
||||||
preCheck = ''
|
doCheck = false;
|
||||||
rm tests/test_leaks.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://pypi.python.org/pypi/greenlet";
|
homepage = "https://pypi.python.org/pypi/greenlet";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user