python3.pkgs.openapi-core: fix sandbox darwin build

This commit is contained in:
Theodore Ni 2023-08-21 21:15:26 -07:00
parent d2d2edea93
commit a07082317a
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -82,6 +82,8 @@ buildPythonPackage rec {
];
};
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytest-aiohttp
pytestCheckHook