python311Packages.pyatv: disable failing test on darwin
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
, pythonOlder
|
||||
, requests
|
||||
, srptools
|
||||
, stdenv
|
||||
, zeroconf
|
||||
}:
|
||||
|
||||
@@ -87,6 +88,11 @@ buildPythonPackage rec {
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.isDarwin) [
|
||||
# tests/protocols/raop/test_raop_functional.py::test_stream_retransmission[raop_properties2-2-True] - assert False
|
||||
"test_stream_retransmission"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Test doesn't work in the sandbox
|
||||
"tests/protocols/companion/test_companion_auth.py"
|
||||
|
||||
Reference in New Issue
Block a user