python3Packages.ndeflib: fix tests failures (#497529)

This commit is contained in:
Fabian Affolter
2026-03-07 12:43:15 +00:00
committed by GitHub
@@ -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" ];