gns3-{gui,server}: Fix the build by disabling the psutil tests
The tests where only enabled recently in 0d1d43d49c but apparently fail
for the older version (I didn't have a closer look as they should work
after the next GNS3 release anyway).
This commit is contained in:
@@ -15,6 +15,7 @@ let
|
|||||||
src = oldAttrs.src.override {
|
src = oldAttrs.src.override {
|
||||||
inherit version sha256;
|
inherit version sha256;
|
||||||
};
|
};
|
||||||
|
doCheck = oldAttrs.doCheck && (attrname != "psutil");
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user