python.pkgs.six: disable tests to prevent infinite recursion
This commit is contained in:
parent
fd0b019007
commit
0dadb900a5
@ -19,6 +19,9 @@ buildPythonPackage rec {
|
|||||||
py.test test_six.py
|
py.test test_six.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# To prevent infinite recursion with pytest
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Python 2 and 3 compatibility library";
|
description = "A Python 2 and 3 compatibility library";
|
||||||
homepage = https://pypi.python.org/pypi/six/;
|
homepage = https://pypi.python.org/pypi/six/;
|
||||||
|
Loading…
Reference in New Issue
Block a user