mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:04:00 +00:00
python3Packages.psutil: disable a test on aarch64-linux
https://hydra.nixos.org/log/zlayi60nqkhp182qrlixlv61rk9f0ash-python3.10-psutil-5.9.3.drv I have no idea why it started failing on Hydra, but it doesn't seem relevant.
This commit is contained in:
parent
e381db2e1c
commit
b12350f500
@ -52,6 +52,8 @@ buildPythonPackage rec {
|
||||
"disk_io_counters"
|
||||
"sensors_battery"
|
||||
"user"
|
||||
] ++ lib.optionals (with stdenv; isAarch64 && isLinux) [
|
||||
"test_disk_partitions"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user