pythonPackages.liquidctl: Disable tests
This commit is contained in:
parent
fd0f019629
commit
90760ccb9e
@ -27,6 +27,10 @@ buildPythonPackage rec {
|
||||
smbus-cffi
|
||||
];
|
||||
|
||||
# does not contain tests
|
||||
disableCheck = false;
|
||||
pythonImportsCheck = [ "liquidctl" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Cross-platform CLI and Python drivers for AIO liquid coolers and other devices";
|
||||
homepage = "https://github.com/liquidctl/liquidctl";
|
||||
|
Loading…
Reference in New Issue
Block a user