cwltool: relax mypy

This commit is contained in:
Fabian Affolter 2025-05-29 00:34:00 +02:00
parent 9b8ffcdef0
commit f4309b43f5

View file

@ -40,6 +40,8 @@ py.pkgs.buildPythonApplication rec {
--replace-fail "prov == 1.5.1" "prov" \
--replace-fail '"schema-salad >= 8.7, < 9",' '"schema-salad",' \
--replace-fail "PYTEST_RUNNER + " ""
substituteInPlace pyproject.toml \
--replace-fail "mypy==1.14.1" "mypy"
'';
build-system = with py.pkgs; [