python3Packages.gwcs: add pytest-doctestplus to test deps
> ERROR: Unknown config option: doctest_plus
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
numpy,
|
||||
pytest-doctestplus,
|
||||
pytestCheckHook,
|
||||
scipy,
|
||||
setuptools-scm,
|
||||
@@ -43,7 +44,10 @@ buildPythonPackage (finalAttrs: {
|
||||
scipy
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
pytest-doctestplus
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "gwcs" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user