python310Packages.pytest-base-url: allow binding to localhost on darwin

This commit is contained in:
Theodore Ni 2023-07-09 19:51:43 -07:00
parent f041751506
commit e63a9e7fed
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -35,6 +35,8 @@ buildPythonPackage rec {
requests
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
pytest-localserver