python3Packages.directv: fix tests on Darwin

This commit is contained in:
Robert Schütz
2025-05-15 09:18:44 -07:00
parent 1da7a2be0c
commit 6c4d8d061b

View File

@@ -41,6 +41,8 @@ buildPythonPackage rec {
pytestCheckHook
];
__darwinAllowLocalNetworking = true;
disabledTests = [
# ValueError: Host '#' cannot contain '#' (at position 0)
"test_client_error"