python3Packages.async-upnp-client: disable network tests

This commit is contained in:
Martin Weinelt 2022-07-18 13:53:48 +02:00
parent 20b858a524
commit 4d6b508a2b

View File

@ -61,6 +61,11 @@ buildPythonPackage rec {
"test_deferred_callback_url"
];
disabledTestPaths = [
# Tries to bind to multicast socket and fails to find proper interface
"tests/test_ssdp_listener.py"
];
pythonImportsCheck = [
"async_upnp_client"
];