mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python3Packages.async-upnp-client: disable network tests
This commit is contained in:
parent
20b858a524
commit
4d6b508a2b
@ -61,6 +61,11 @@ buildPythonPackage rec {
|
|||||||
"test_deferred_callback_url"
|
"test_deferred_callback_url"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTestPaths = [
|
||||||
|
# Tries to bind to multicast socket and fails to find proper interface
|
||||||
|
"tests/test_ssdp_listener.py"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"async_upnp_client"
|
"async_upnp_client"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user