python3Packages.ndeflib: fix tests failures

This commit is contained in:
Wroclaw 2026-03-07 12:37:05 +01:00
parent f7b986d238
commit be43b08631

View file

@ -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" ];