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 01:40:37 +02:00
parent 94fa415923
commit 2ca89bddaf
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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
});