From 3dad7633e24e2e56539cf48d78df2a1e927d2fcc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 19 Dec 2016 15:34:19 +0100 Subject: [PATCH] python-pyflakes: trigger re-build to fix transient error on Hydra --- pkgs/top-level/python-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index da2c6ac366e..3d44ad0707f 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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;