nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python.pkgs.pyflakes: run tests

authored by

Robert Schütz and committed by
Frederik Rietdijk
09778130 a9c41f8f

+1 -4
+1 -4
pkgs/development/python-modules/pyflakes/default.nix
··· 9 9 sha256 = "5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d"; 10 10 }; 11 11 12 - buildInputs = [ unittest2 ]; 13 - 14 - # https://github.com/PyCQA/pyflakes/issues/386 15 - doCheck = false; 12 + checkInputs = [ unittest2 ]; 16 13 17 14 meta = with stdenv.lib; { 18 15 homepage = https://launchpad.net/pyflakes;