python311Packages.pytest-notebook: set __darwinAllowLocalNetworking

This commit is contained in:
natsukium 2024-06-08 22:02:13 +09:00
parent d76e403082
commit 448a35014e
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -75,6 +75,8 @@ buildPythonPackage rec {
"test_run_pass_with_meta"
];
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/chrisjsewell/pytest-notebook/blob/${src.rev}/docs/source/changelog.md";
description = "Pytest plugin for regression testing and regenerating Jupyter Notebooks";