forked from mirrors/nixpkgs
python.pkgs.pyflakes: disable tests
This commit is contained in:
parent
b2d56e7def
commit
1b26d06e43
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
buildInputs = [ unittest2 ];
|
buildInputs = [ unittest2 ];
|
||||||
|
|
||||||
doCheck = !isPyPy;
|
# https://github.com/PyCQA/pyflakes/issues/386
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://launchpad.net/pyflakes;
|
homepage = https://launchpad.net/pyflakes;
|
||||||
|
|
Loading…
Add table
Reference in a new issue