pythonPackages: fix pythonImportsCheck typos and capitalization
This commit is contained in:
committed by
Jonathan Ringer
parent
1bf0327ef6
commit
297857c9fb
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "wled" ];
|
||||
pythonImportsCheck = [ "wled" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Asynchronous Python client for WLED";
|
||||
|
||||
Reference in New Issue
Block a user