home-assistant: disable tests for rtsp-to-webrtc package

Requires fixtures only available in pytest-aiohttp>=1.0.0
This commit is contained in:
Martin Weinelt
2022-04-13 02:05:53 +02:00
parent 94fa415923
commit 2ca89bddaf
+3
View File
@@ -50,6 +50,9 @@ let
hass-nabucasa = super.hass-nabucasa.overridePythonAttrs (oldAttrs: {
doCheck = false; # requires aiohttp>=1.0.0
});
rtsp-to-webrtc = super.rtsp-to-webrtc.overridePythonAttrs (oldAttrs: {
doCheck = false; # requires pytest-aiohttp>=1.0.0
});
snitun = super.snitun.overridePythonAttrs (oldAttrs: {
doCheck = false; # requires aiohttp>=1.0.0
});