python.pkgs.pyflakes: disable tests

This commit is contained in:
Robert Schütz 2018-11-05 14:33:13 +01:00 committed by Frederik Rietdijk
parent b2d56e7def
commit 1b26d06e43

View File

@ -11,7 +11,8 @@ buildPythonPackage rec {
buildInputs = [ unittest2 ];
doCheck = !isPyPy;
# https://github.com/PyCQA/pyflakes/issues/386
doCheck = false;
meta = with stdenv.lib; {
homepage = https://launchpad.net/pyflakes;