python3Packages.yattag: enable tests

This commit is contained in:
Harinn
2026-07-10 22:35:33 +07:00
parent 6423da6f48
commit efb435a0b2
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
setuptools,
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
@@ -19,6 +20,8 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "yattag" ];
meta = {