python310Packages.mechanicalsoup: allow binding to localhost on darwin

This commit is contained in:
Theodore Ni 2023-07-09 16:35:49 -07:00
parent 145e24ab9a
commit 598cabfc17
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -39,6 +39,8 @@ buildPythonPackage rec {
requests
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytest-httpbin
pytest-mock