python3Packages.go2rtc-client: disable failing tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user