python3Packages.dicttoxml2: enable tests

This commit is contained in:
Sigmanificient
2026-07-20 01:45:53 +02:00
parent d2414d8fe8
commit 78a32fbdbd
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
setuptools,
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
@@ -17,11 +18,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [ "dicttoxml2" ];
nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "Converts a Python dictionary or other native data type into a valid XML string";
homepage = "https://pypi.org/project/dicttoxml2/";