Commit 7c925eb4 authored by nicoo's avatar nicoo
Browse files

cwltool: Fix version constraint for `mypy` dependency

parent 6b694b1c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ python3.pkgs.buildPythonApplication rec {
      --replace '"schema-salad >= 8.4.20230426093816, < 9",' "" \
      --replace "PYTEST_RUNNER + " ""
    substituteInPlace pyproject.toml \
      --replace "ruamel.yaml>=0.16.0,<0.18" "ruamel.yaml"
      --replace "ruamel.yaml>=0.16.0,<0.18" "ruamel.yaml" \
      --replace "mypy==1.10.0" "mypy==1.10.*"
  '';

  nativeBuildInputs = [