python-pyflakes: trigger re-build to fix transient error on Hydra

This commit is contained in:
Peter Simons 2016-12-19 15:34:19 +01:00
parent 8809fa30b5
commit 3dad7633e2

View File

@ -20128,6 +20128,7 @@ in {
buildInputs = with self; [ unittest2 ];
doCheck = !isPyPy;
force-rebuild = 1; # fix transient test suite error at http://hydra.nixos.org/build/45083762
meta = {
homepage = https://launchpad.net/pyflakes;