pythonPackages.mocket: disable test_gethostbyname
This test requires network access and breaks in Darwin sandbox.
This commit is contained in:
parent
bb02aa6e86
commit
d64ced2189
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ buildPythonPackage rec {
|
|||
"test_truesendall_after_mocket_session"
|
||||
"test_real_request_session"
|
||||
"test_asyncio_record_replay"
|
||||
"test_gethostbyname"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "mocket" ];
|
||||
|
|
Loading…
Reference in a new issue