python3Packages.feedgen: enable tests

This commit is contained in:
Sigmanificient
2026-07-21 01:32:46 +02:00
parent f6c466042e
commit 8741663b37

View File

@@ -5,6 +5,7 @@
setuptools,
python-dateutil,
lxml,
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
@@ -24,8 +25,7 @@ buildPythonPackage (finalAttrs: {
lxml
];
# No tests in archive
doCheck = false;
nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "Python module to generate ATOM feeds, RSS feeds and Podcasts";