pythonPackages.liquidctl: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-04 13:56:13 +01:00
parent fd0f019629
commit 90760ccb9e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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