Merge pull request #284401 from dotlambda/pytest-django-darwin-sandbox

python311Packages.pytest-django: fix build in Darwin sandbox
This commit is contained in:
Nick Cao 2024-01-28 11:03:55 -05:00 committed by GitHub
commit af62aa71d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,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/";