mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python.pkgs.pyflakes: run tests
This commit is contained in:
parent
a9c41f8f5d
commit
0977813095
@ -9,10 +9,7 @@ buildPythonPackage rec {
|
||||
sha256 = "5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d";
|
||||
};
|
||||
|
||||
buildInputs = [ unittest2 ];
|
||||
|
||||
# https://github.com/PyCQA/pyflakes/issues/386
|
||||
doCheck = false;
|
||||
checkInputs = [ unittest2 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://launchpad.net/pyflakes;
|
||||
|
Loading…
Reference in New Issue
Block a user