python3Packages.gwcs: remove --doctest-rst

This commit is contained in:
Fabian Affolter 2026-03-07 12:34:52 +01:00
parent db952ffcd6
commit c919abde31

View file

@ -25,6 +25,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-0iUnapBn8yDCx1tqHD10Ljid15yBuqlICyFuva2LNPk=";
};
postPatch = ''
sed -i "/--doctest-rst/d" pyproject.toml
'';
build-system = [
setuptools
setuptools-scm
@ -39,9 +43,7 @@ buildPythonPackage (finalAttrs: {
scipy
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "gwcs" ];