mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
python-pyflakes: trigger re-build to fix transient error on Hydra
This commit is contained in:
parent
8809fa30b5
commit
3dad7633e2
@ -20128,6 +20128,7 @@ in {
|
|||||||
buildInputs = with self; [ unittest2 ];
|
buildInputs = with self; [ unittest2 ];
|
||||||
|
|
||||||
doCheck = !isPyPy;
|
doCheck = !isPyPy;
|
||||||
|
force-rebuild = 1; # fix transient test suite error at http://hydra.nixos.org/build/45083762
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://launchpad.net/pyflakes;
|
homepage = https://launchpad.net/pyflakes;
|
||||||
|
Loading…
Reference in New Issue
Block a user