pythonPackages.trustme: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-13 18:59:54 +02:00
parent e64239dca3
commit cb86447ee2
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -36,6 +36,9 @@ buildPythonPackage rec {
pytest
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = {
description = "High quality TLS certs while you wait, for the discerning tester";
homepage = https://github.com/python-trio/trustme;