python3Packages.textual-image: enable tests (#398460)

This commit is contained in:
Yohann Boniface
2025-04-25 17:53:32 +02:00
committed by GitHub
@@ -9,6 +9,7 @@
# tests
pillow,
pytestCheckHook,
syrupy,
setuptools,
}:
@@ -34,11 +35,12 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
syrupy
];
pythonImportsCheck = [ "textual_image" ];
doCheck = false; # tests require [syrupy](https://github.com/syrupy-project/syrupy)
doCheck = true;
meta = {
description = "Render images in the terminal with Textual and rich";