mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
Merge pull request #284401 from dotlambda/pytest-django-darwin-sandbox
python311Packages.pytest-django: fix build in Darwin sandbox
This commit is contained in:
commit
af62aa71d1
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user