Skip to content

contrib: specify proceedings in imprint title label #5837

contrib: specify proceedings in imprint title label

contrib: specify proceedings in imprint title label #5837

Triggered via pull request January 7, 2025 10:23
Status Failure
Total duration 27m 25s
Artifacts

tests.yml

on: pull_request
Matrix: JS / Tests
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Python / Tests (3.9, postgresql14, opensearch2): invenio_rdm_records/contrib/imprint/custom_fields.py#L1
Black format check --- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:23:33.525460+00:00 +++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:44:00.535073+00:00 @@ -71,11 +71,13 @@ { "field": "imprint:imprint", "ui_widget": "Imprint", "template": "imprint.html", "props": { - "label": _("Imprint (Book, Chapter, Report, or Conference proceedings)"), + "label": _( + "Imprint (Book, Chapter, Report, or Conference proceedings)" + ), "place": { "label": _("Place"), "placeholder": _("e.g. city, country"), "description": _("Place where the book or report was published"), },
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.12, postgresql14, opensearch2): invenio_rdm_records/contrib/imprint/custom_fields.py#L1
Black format check --- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:23:33.108099+00:00 +++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:48:18.333438+00:00 @@ -71,11 +71,13 @@ { "field": "imprint:imprint", "ui_widget": "Imprint", "template": "imprint.html", "props": { - "label": _("Imprint (Book, Chapter, Report, or Conference proceedings)"), + "label": _( + "Imprint (Book, Chapter, Report, or Conference proceedings)" + ), "place": { "label": _("Place"), "placeholder": _("e.g. city, country"), "description": _("Place where the book or report was published"), },
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.