Loading pkgs/development/python-modules/mocket/default.nix +15 −9 Original line number Diff line number Diff line { lib, buildPythonPackage, stdenv, fetchPypi, # build-system Loading Loading @@ -78,7 +79,8 @@ buildPythonPackage rec { _darwinAllowLocalNetworking = true; disabledTests = [ disabledTests = [ # tests that require network access (like DNS lookups) "test_truesendall_with_dump_from_recording" "test_aiohttp" Loading @@ -86,6 +88,10 @@ buildPythonPackage rec { "test_gethostbyname" # httpx read failure "test_no_dangling_fds" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # fails on darwin due to upstream bug: https://github.com/mindflayer/python-mocket/issues/287 "test_httprettish_httpx_session" ]; pythonImportsCheck = [ "mocket" ]; Loading Loading
pkgs/development/python-modules/mocket/default.nix +15 −9 Original line number Diff line number Diff line { lib, buildPythonPackage, stdenv, fetchPypi, # build-system Loading Loading @@ -78,7 +79,8 @@ buildPythonPackage rec { _darwinAllowLocalNetworking = true; disabledTests = [ disabledTests = [ # tests that require network access (like DNS lookups) "test_truesendall_with_dump_from_recording" "test_aiohttp" Loading @@ -86,6 +88,10 @@ buildPythonPackage rec { "test_gethostbyname" # httpx read failure "test_no_dangling_fds" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # fails on darwin due to upstream bug: https://github.com/mindflayer/python-mocket/issues/287 "test_httprettish_httpx_session" ]; pythonImportsCheck = [ "mocket" ]; Loading