python3Packages.depyf: enable tests

This commit is contained in:
Pavol Rusnak
2025-02-04 21:38:24 +01:00
parent be02d861ea
commit d13410f25e
@@ -5,6 +5,7 @@
astor,
dill,
filelock,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -28,7 +29,9 @@ buildPythonPackage rec {
filelock
];
pythonImportCheck = [ "depyf" ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "depyf" ];
meta = with lib; {
description = "Decompile python functions, from bytecode to source code";