home-assistant-custom-components.octopus_energy: ignore pytest9 deprecation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user