python310Packages.influxdb: allow binding to localhost on darwin

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

View File

@ -31,6 +31,8 @@ buildPythonPackage rec {
msgpack
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
requests-mock