python.pkgs.six: disable tests to prevent infinite recursion

This commit is contained in:
Frederik Rietdijk 2017-12-29 20:27:27 +01:00
parent fd0b019007
commit 0dadb900a5

View File

@ -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/;