python3Packages.ndeflib: fix tests failures (#497529)

This commit is contained in:
Fabian Affolter 2026-03-07 12:43:15 +00:00 committed by GitHub
commit a4f36fe863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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