psutil: Disable tests on RISC-V
This commit is contained in:
parent
a72724ff1e
commit
ec54176791
1 changed files with 8 additions and 0 deletions
|
@ -10,4 +10,12 @@ in {
|
|||
libuv = prev.libuv.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
python3 = prev.python3.override {
|
||||
packageOverrides = final: prev: {
|
||||
psutil = prev.psutil.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue