mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.gwcs: remove --doctest-rst
This commit is contained in:
parent
db952ffcd6
commit
c919abde31
1 changed files with 5 additions and 3 deletions
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue