mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
home-assistant-custom-components.octopus_energy: pin pytest 9.0.x
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildHomeAssistantComponent,
|
||||
pytestCheckHook,
|
||||
pytest9_0CheckHook,
|
||||
pytest-homeassistant-custom-component,
|
||||
pydantic,
|
||||
mock,
|
||||
@@ -23,7 +23,7 @@ buildHomeAssistantComponent rec {
|
||||
dependencies = [ pydantic ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest9_0CheckHook
|
||||
pytest-homeassistant-custom-component
|
||||
mock
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user