Skip to content

CI

CI #932

Triggered via schedule December 20, 2025 03:48
Status Success
Total duration 4m 48s
Artifacts

tests.yml

on: schedule
Matrix: RDMTests
Matrix: VideosTests
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/sqlalchemy_utils/types/encrypted/encrypted_type.py#L463
The 'EncryptedType' class will change implementation from 'LargeBinary' to 'String' in a future version. Use 'StringEncryptedType' to use the 'String' implementation.
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/sqlalchemy_utils/types/encrypted/encrypted_type.py#L463
The 'EncryptedType' class will change implementation from 'LargeBinary' to 'String' in a future version. Use 'StringEncryptedType' to use the 'String' implementation.
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/webargs/__init__.py#L13
distutils Version classes are deprecated. Use packaging.version instead.
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/webargs/compat.py#L8
distutils Version classes are deprecated. Use packaging.version instead.
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/webargs/compat.py#L8
The '__version__' attribute is deprecated and will be removed in in a future version. Use feature detection or 'importlib.metadata.version("marshmallow")' instead.
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/invenio_i18n/babel.py#L14
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.
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/pytest_cov/plugin.py#L265
The hookimpl CovPlugin.pytest_testnodedown uses old-style configuration options (marks or attributes). Please use the pytest.hookimpl(optionalhook=True) decorator instead to configure the hooks. See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
VideosTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/pytest_cov/plugin.py#L256
The hookimpl CovPlugin.pytest_configure_node uses old-style configuration options (marks or attributes). Please use the pytest.hookimpl(optionalhook=True) decorator instead to configure the hooks. See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
RDMTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/pkg_resources/__init__.py#L2559
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
RDMTests (3.9, pypi, postgresql14): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/fs/opener/__init__.py#L6
Deprecated call to `pkg_resources.declare_namespace('fs.opener')`. 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
RDMTests (3.9, pypi, postgresql14): /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
RDMTests (3.9, pypi, postgresql14): /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
RDMTests (3.9, pypi, postgresql14): /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.
RDMTests (3.9, pypi, postgresql14): /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.
RDMTests (3.9, pypi, postgresql14): /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.
RDMTests (3.9, pypi, postgresql14): /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.
RDMTests (3.9, pypi, postgresql14): /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.
RDMTests (3.9, pypi, postgresql14): /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.