Skip to content

Commit 917c41d

Browse files
committed
python3Packages.docling-jobkit: 1.8.1 -> 1.15.0
1 parent b8058ba commit 917c41d

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

  • pkgs/development/python-modules/docling-jobkit

pkgs/development/python-modules/docling-jobkit/default.nix

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,22 @@
2424
msgpack,
2525

2626
# tests
27+
aiohttp,
2728
pytestCheckHook,
2829
pytest-asyncio,
2930
writableTmpDirAsHomeHook,
3031
}:
3132

3233
buildPythonPackage rec {
3334
pname = "docling-jobkit";
34-
version = "1.8.1";
35+
version = "1.15.0";
3536
pyproject = true;
3637

3738
src = fetchFromGitHub {
3839
owner = "docling-project";
3940
repo = "docling-jobkit";
4041
tag = "v${version}";
41-
hash = "sha256-9DzQY/XMmx/8XP1bMYZYl+Bp7AVcYfuv3MtO6lvQ/24=";
42+
hash = "sha256-GFta/0Bdu+lN1Yv97t9yVLoWQxkF9CZhBAL88UaaPqw=";
4243
};
4344

4445
build-system = [
@@ -65,31 +66,31 @@ buildPythonPackage rec {
6566
];
6667
};
6768

68-
pythonRelaxDeps = [
69-
"boto3"
70-
"pandas"
71-
"pyarrow"
72-
];
73-
7469
pythonImportsCheck = [
7570
"docling"
7671
"docling_jobkit"
7772
];
7873

7974
nativeCheckInputs = [
75+
aiohttp
8076
pytestCheckHook
8177
pytest-asyncio
8278
writableTmpDirAsHomeHook
8379
]
8480
++ optional-dependencies.rq;
8581

8682
disabledTests = [
87-
# requires network access
83+
# requires network access / remote model downloads
8884
"test_chunk_file"
8985
"test_convert_file"
9086
"test_convert_warmup"
9187
"test_convert_url"
9288
"test_replicated_convert"
89+
"test_clear_converters_clears_caches"
90+
"test_chunker_manager_shared_across_workers"
91+
"test_convert_with_callbacks"
92+
"test_delete_task_cleans_up_job"
93+
"test_clear_converters_clears_worker_cache"
9394
]
9495
++ lib.optionals stdenv.hostPlatform.isDarwin [
9596
# Flaky due to comparison with magic object

0 commit comments

Comments
 (0)