mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python313Packages.cwl-utils: 0.36 -> 0.37
Diff: https://github.com/common-workflow-language/cwl-utils/compare/refs/tags/v0.36...v0.37 Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.37
This commit is contained in:
parent
a6f4ddb593
commit
2b254336c2
1 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
cwl-upgrader,
|
||||
cwlformat,
|
||||
fetchFromGitHub,
|
||||
jsonschema,
|
||||
packaging,
|
||||
pytest-mock,
|
||||
pytest-xdist,
|
||||
|
@ -18,7 +19,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cwl-utils";
|
||||
version = "0.36";
|
||||
version = "0.37";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -27,7 +28,7 @@ buildPythonPackage rec {
|
|||
owner = "common-workflow-language";
|
||||
repo = "cwl-utils";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ZSRwkZkBZ2cM0ZBvyI628xjbiho2FuFJnCYDZl3IrHs=";
|
||||
hash = "sha256-OD8Nz8SIqB0Ie3S5663sQg3GjlCkC+qBvOXM9HZNuQU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
@ -43,6 +44,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
cwlformat
|
||||
jsonschema
|
||||
pytest-mock
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
|
@ -60,6 +62,7 @@ buildPythonPackage rec {
|
|||
# Don't run tests which require network access
|
||||
"test_remote_packing"
|
||||
"test_remote_packing_github_soft_links"
|
||||
"test_cwl_inputs_to_jsonschema"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue