Unverified Commit d13410f2 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

python3Packages.depyf: enable tests

parent be02d861
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";