📦 release: v14.0.0b1.dev10 #6592
Annotations
8 errors and 30 warnings
|
JS / Tests (22.x)
Process completed with exit code 1.
|
|
JS / Tests (22.x):
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/FileModificationUntil.js#L24
Replace `(⏎··········<>⏎············{"·"}⏎············{i18next.t("–·You·are·past·the·allowed·period·to·edit·files.")}⏎··········</>⏎········)` with `<>·{i18next.t("–·You·are·past·the·allowed·period·to·edit·files.")}</>`
|
|
Python / Tests (3.14, postgresql14, opensearch2)
Process completed with exit code 1.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
invenio_app_rdm/records_ui/utils.py#L0
Black format check
--- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/records_ui/utils.py 2025-12-12 17:45:10.936054+00:00
+++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/records_ui/utils.py 2025-12-12 17:49:06.521554+00:00
@@ -148,11 +148,13 @@
"valid_user": rd_valid_user,
"allowed": rd_allowed,
}
record_deletion["existing_request"] = (
# We show existing requests to valid users (even if they are not allowed to delete a record anymore).
- get_existing_deletion_request(record.pid.pid_value) if rd_valid_user else None
+ get_existing_deletion_request(record.pid.pid_value)
+ if rd_valid_user
+ else None
)
return record_deletion
|
|
Python / Tests (3.11, postgresql14, opensearch2)
Process completed with exit code 1.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
invenio_app_rdm/records_ui/utils.py#L0
Black format check
--- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/records_ui/utils.py 2025-12-12 17:45:10.846730+00:00
+++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/records_ui/utils.py 2025-12-12 17:49:12.245381+00:00
@@ -148,11 +148,13 @@
"valid_user": rd_valid_user,
"allowed": rd_allowed,
}
record_deletion["existing_request"] = (
# We show existing requests to valid users (even if they are not allowed to delete a record anymore).
- get_existing_deletion_request(record.pid.pid_value) if rd_valid_user else None
+ get_existing_deletion_request(record.pid.pid_value)
+ if rd_valid_user
+ else None
)
return record_deletion
|
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
invenio_app_rdm/records_ui/utils.py#L0
Black format check
--- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/records_ui/utils.py 2025-12-12 17:45:10.152212+00:00
+++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/records_ui/utils.py 2025-12-12 17:49:16.929201+00:00
@@ -148,11 +148,13 @@
"valid_user": rd_valid_user,
"allowed": rd_allowed,
}
record_deletion["existing_request"] = (
# We show existing requests to valid users (even if they are not allowed to delete a record anymore).
- get_existing_deletion_request(record.pid.pid_value) if rd_valid_user else None
+ get_existing_deletion_request(record.pid.pid_value)
+ if rd_valid_user
+ else None
)
return record_deletion
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/fs/__init__.py#L4
Deprecated call to `pkg_resources.declare_namespace('fs')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/pkg_resources/__init__.py#L3146
Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/fs/__init__.py#L4
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.14, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/invenio_vocabularies/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/pkg_resources/__init__.py#L3147
Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/fs/__init__.py#L4
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/invenio_vocabularies/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|
|
Python / Tests (3.11, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/passlib/utils/__init__.py#L854
'crypt' is deprecated and slated for removal in Python 3.13
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/fs/__init__.py#L4
Deprecated call to `pkg_resources.declare_namespace('fs')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/pkg_resources/__init__.py#L3147
Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/fs/__init__.py#L4
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
|
Python / Tests (3.9, postgresql14, opensearch2):
/opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/invenio_vocabularies/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|