pythonPackages.liquidctl: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-04 13:56:13 +01:00
parent fd0f019629
commit 90760ccb9e

View File

@@ -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";