python311Packages.pytest-django: fix build in Darwin sandbox

This commit is contained in:
Robert Schütz
2024-01-27 19:30:10 -08:00
parent ae5c332cbb
commit 84dfc1e48c
@@ -51,6 +51,8 @@ buildPythonPackage rec {
"test_settings_restored"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "py.test plugin for testing of Django applications";
homepage = "https://pytest-django.readthedocs.org/en/latest/";