python3Packages.zha-quirks: remove conftest as a checkInput
The policy testing tool conftest isn't used in any of the pytest tests.
This commit is contained in:
parent
04065a7354
commit
7389fd597a
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
, fetchFromGitHub
|
||||
, aiohttp
|
||||
, zigpy
|
||||
, conftest
|
||||
, asynctest
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
@ -20,7 +19,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [ aiohttp zigpy ];
|
||||
checkInputs = [ pytestCheckHook conftest asynctest ];
|
||||
checkInputs = [ pytestCheckHook asynctest ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "ZHA Device Handlers are custom quirks implementations for Zigpy";
|
||||
|
|
Loading…
Reference in a new issue