python312Packages.jsonformatter: enable tests

This commit is contained in:
Fabian Affolter
2024-11-26 08:55:08 +01:00
committed by GitHub
parent 00b0dc5bbd
commit b185471c21
@@ -1,7 +1,8 @@
{
lib,
fetchFromGitHub,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
setuptools,
}:
@@ -19,6 +20,8 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "jsonformatter" ];
meta = with lib; {