Unverified Commit a73dc83f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.gwcs: remove --doctest-rst (#497528)

parents ac4aa734 c919abde
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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" ];