mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.ndeflib: fix tests failures
This commit is contained in:
parent
f7b986d238
commit
be43b08631
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue