python3Packages.gwcs: add pytest-doctestplus to test deps

> ERROR: Unknown config option: doctest_plus
This commit is contained in:
Martin Weinelt
2026-07-15 03:12:30 +02:00
parent 260901e23f
commit 3099bd3f22
@@ -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" ];