python311Packages.truststore: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-09-10 09:56:37 +02:00
parent edd58ef487
commit 2804bb1171

View file

@ -39,6 +39,10 @@ buildPythonPackage rec {
# tests requires networking
doCheck = false;
pythonImportsCheck = [
"truststore"
];
meta = with lib; {
homepage = "https://github.com/sethmlarson/truststore";
description = "Verify certificates using native system trust stores";