Unverified Commit a4f36fe8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.ndeflib: fix tests failures (#497529)

parents 182360ff be43b086
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" ];