pythonPackages.pytest-services: make it build with darwin sandbox

This commit is contained in:
Olivér Falvai
2025-01-19 09:58:28 +01:00
parent d0d2f479c2
commit 83efee239f
@@ -66,6 +66,9 @@ buildPythonPackage rec {
"test_xvfb"
];
# Tests use sockets
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Services plugin for pytest testing framework";
homepage = "https://github.com/pytest-dev/pytest-services";