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:
parent
cf0cc0596e
commit
09a8f9297c
@ -15,6 +15,7 @@ let
|
||||
src = oldAttrs.src.override {
|
||||
inherit version sha256;
|
||||
};
|
||||
doCheck = oldAttrs.doCheck && (attrname != "psutil");
|
||||
});
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user