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