python3Packages.trustme: add pythonImportsCheck
This commit is contained in:
parent
65228574c1
commit
9c1be96143
1 changed files with 5 additions and 3 deletions
|
@ -42,10 +42,12 @@ buildPythonPackage rec {
|
||||||
# Some of the tests use localhost networking.
|
# Some of the tests use localhost networking.
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = {
|
pythonImportsCheck = [ "trustme" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
description = "High quality TLS certs while you wait, for the discerning tester";
|
description = "High quality TLS certs while you wait, for the discerning tester";
|
||||||
homepage = "https://github.com/python-trio/trustme";
|
homepage = "https://github.com/python-trio/trustme";
|
||||||
license = with lib.licenses; [ mit asl20 ];
|
license = with licenses; [ mit asl20 ];
|
||||||
maintainers = with lib.maintainers; [ catern ];
|
maintainers = with maintainers; [ catern ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue