Commit be43b086 authored by Wroclaw's avatar Wroclaw
Browse files

python3Packages.ndeflib: fix tests failures

parent f7b986d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pytestCheckHook,
  pytest8_3CheckHook,
  pythonAtLeast,
  setuptools,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [ setuptools ];

  nativeCheckInputs = [ pytestCheckHook ];
  nativeCheckInputs = [ pytest8_3CheckHook ];

  pythonImportsCheck = [ "ndef" ];