python3Packages.veryprettytable: add pythonImportsCheck

This commit is contained in:
SkohTV
2026-05-25 15:34:51 -04:00
parent c3e3ac4553
commit 0bfaeeec17
@@ -24,6 +24,8 @@ buildPythonPackage (finalAttrs: {
colorama
];
pythonImportsCheck = [ "veryprettytable" ];
meta = {
description = "Simple Python library for easily displaying tabular data in a visually appealing ASCII table format";
homepage = "https://github.com/smeggingsmegger/VeryPrettyTable";