python3Packages.ndeflib: fix tests failures (#497529)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user