python.pkgs.pyflakes: run tests
This commit is contained in:
parent
a9c41f8f5d
commit
0977813095
@ -9,10 +9,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d";
|
sha256 = "5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unittest2 ];
|
checkInputs = [ unittest2 ];
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user