Merge pull request #108846 from 06kellyjac/zha-quirks_conftest

python3Packages.zha-quirks: remove conftest as a checkInput
This commit is contained in:
Sandro 2021-01-13 02:04:08 +01:00 committed by GitHub
commit 2078ececb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
, fetchFromGitHub , fetchFromGitHub
, aiohttp , aiohttp
, zigpy , zigpy
, conftest
, asynctest , asynctest
, pytestCheckHook , pytestCheckHook
}: }:
@ -20,7 +19,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ aiohttp zigpy ]; propagatedBuildInputs = [ aiohttp zigpy ];
checkInputs = [ pytestCheckHook conftest asynctest ]; checkInputs = [ pytestCheckHook asynctest ];
meta = with lib; { meta = with lib; {
description = "ZHA Device Handlers are custom quirks implementations for Zigpy"; description = "ZHA Device Handlers are custom quirks implementations for Zigpy";