Merge pull request #68691 from B4dM4n/trustme-darwin
pythonPackages.trustme: fix darwin build
This commit is contained in:
commit
51bd8395d3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue