home-assistant: disable tests for rtsp-to-webrtc package
Requires fixtures only available in pytest-aiohttp>=1.0.0
This commit is contained in:
parent
94fa415923
commit
2ca89bddaf
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user