mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
python.pkgs.pyflakes: disable tests
This commit is contained in:
parent
b2d56e7def
commit
1b26d06e43
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user