doi: handle UI for optional DOI feature #5783
Triggered via pull request
December 10, 2024 18:49
Status
Failure
Total duration
27m 56s
Artifacts
–
Annotations
14 errors and 2 warnings
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/test_rdm_service.py#L1
isort-check
"""Service level tests for Invenio RDM Records."""
+from copy import deepcopy
+
import pytest
-
-from copy import deepcopy
from marshmallow import ValidationError
from invenio_rdm_records.proxies import current_rdm_records
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L309
test_publish_no_pids
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L340
test_publish_no_required_pids[pids0]
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L340
test_publish_no_required_pids[pids1]
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L368
test_publish_non_existing_required_managed
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L394
test_publish_non_existing_required_external
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/test_rdm_service.py#L1
isort-check
"""Service level tests for Invenio RDM Records."""
+from copy import deepcopy
+
import pytest
-
-from copy import deepcopy
from marshmallow import ValidationError
from invenio_rdm_records.proxies import current_rdm_records
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L309
test_publish_no_pids
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L340
test_publish_no_required_pids[pids0]
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L340
test_publish_no_required_pids[pids1]
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L368
test_publish_non_existing_required_managed
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/components/test_pids_component.py#L394
test_publish_non_existing_required_external
TypeError: argument of type 'NoneType' is not iterable
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|
|
|