mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
python313Packages.cwl-utils: 0.37 -> 0.38 (#411906)
This commit is contained in:
@@ -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; [
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cwl-utils";
|
||||
version = "0.37";
|
||||
version = "0.38";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "common-workflow-language";
|
||||
repo = "cwl-utils";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-OD8Nz8SIqB0Ie3S5663sQg3GjlCkC+qBvOXM9HZNuQU=";
|
||||
hash = "sha256-goeMlyHYiS4JLOVBFjcLSzdYrdoIZ904hJHFPGZyxKo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -65,6 +65,15 @@ buildPythonPackage rec {
|
||||
"test_cwl_inputs_to_jsonschema"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests require podman
|
||||
"tests/test_docker_extract.py"
|
||||
# Tests requires singularity
|
||||
"tests/test_js_sandbox.py"
|
||||
# Circular dependencies
|
||||
"tests/test_graph_split.py"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utilities for CWL";
|
||||
homepage = "https://github.com/common-workflow-language/cwl-utils";
|
||||
|
||||
Reference in New Issue
Block a user