1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #68691 from B4dM4n/trustme-darwin

pythonPackages.trustme: fix darwin build
This commit is contained in:
Daiderd Jordan 2019-09-20 22:15:32 +02:00 committed by GitHub
commit 51bd8395d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;