mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
cwltool: relax mypy
This commit is contained in:
parent
9b8ffcdef0
commit
f4309b43f5
1 changed files with 2 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue