python3Packages.go2rtc-client: disable failing tests

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:41 +02:00
parent 9694d18e84
commit 7f225f2eed
@@ -55,6 +55,12 @@ buildPythonPackage rec {
syrupy
];
disabledTests = [
# url encoding mismatch, probably yarl bump
"test_streams_add_list"
"test_streams_add_str"
];
pythonImportsCheck = [ "go2rtc_client" ];
__darwinAllowLocalNetworking = true;