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:
Michael Weiss 2020-02-25 22:18:43 +01:00
parent cf0cc0596e
commit 09a8f9297c
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -15,6 +15,7 @@ let
src = oldAttrs.src.override {
inherit version sha256;
};
doCheck = oldAttrs.doCheck && (attrname != "psutil");
});
};
};