mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #108846 from 06kellyjac/zha-quirks_conftest
python3Packages.zha-quirks: remove conftest as a checkInput
This commit is contained in:
commit
2078ececb7
@ -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 New Issue
Block a user