lol

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

+3
+3
pkgs/development/python-modules/pytest-services/default.nix
··· 66 66 "test_xvfb" 67 67 ]; 68 68 69 + # Tests use sockets 70 + __darwinAllowLocalNetworking = true; 71 + 69 72 meta = with lib; { 70 73 description = "Services plugin for pytest testing framework"; 71 74 homepage = "https://github.com/pytest-dev/pytest-services";