pythonPackages.mocket: disable test_gethostbyname

This test requires network access and breaks in Darwin sandbox.
This commit is contained in:
Yuriy Taraday 2022-10-21 19:09:09 +04:00
parent bb02aa6e86
commit d64ced2189

View File

@ -71,6 +71,7 @@ buildPythonPackage rec {
"test_truesendall_after_mocket_session"
"test_real_request_session"
"test_asyncio_record_replay"
"test_gethostbyname"
];
pythonImportsCheck = [ "mocket" ];