home-assistant-custom-components.octopus_energy: ignore pytest9 deprecation

This commit is contained in:
Martin Weinelt
2026-05-09 16:29:24 +02:00
parent d18315044c
commit 953c17d887
@@ -28,6 +28,10 @@ buildHomeAssistantComponent rec {
mock
];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn9Warning"
];
disabledTestPaths = [
# Integration tests require a valid Octopus Energy API Key
# https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/blob/develop/CONTRIBUTING.md#integration-tests