python313Packages.pytest-benchmark: allow local networking on darwin (#366961)

This commit is contained in:
Martin Weinelt
2024-12-21 01:09:34 +01:00
committed by GitHub
@@ -48,6 +48,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pytest_benchmark" ];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
freezegun
git