CI #191
Annotations
3 errors and 10 warnings
tests/services/schemas/test_version.py#L1
Black format check
--- /home/runner/work/invenio-rdm-records/invenio-rdm-records/tests/services/schemas/test_version.py 2025-02-08 03:02:50.498491+00:00
+++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/tests/services/schemas/test_version.py 2025-02-08 03:26:12.303062+00:00
@@ -11,11 +11,11 @@
from marshmallow import ValidationError
from invenio_rdm_records.services.schemas.metadata import MetadataSchema
[email protected]("version", [("v1.0.0")])
[email protected]("version", ["v1.0.0"])
def test_valid_version(version, app, minimal_record):
metadata = minimal_record["metadata"]
metadata["version"] = version
data = MetadataSchema().load(metadata)
assert data["version"] == metadata["version"]
|
invenio_rdm_records/services/communities/components.py#L1
isort-check
"""Record communities service components."""
from invenio_communities.communities.records.systemfields.access import VisibilityEnum
-from invenio_communities.communities.services.components import ChildrenComponent
+from invenio_communities.communities.services.components import (
+ ChildrenComponent,
+)
from invenio_communities.communities.services.components import (
CommunityAccessComponent as BaseAccessComponent,
)
|
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L670
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L672
Attribute s is deprecated and will be removed in Python 3.14; use value instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L670
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L672
Attribute s is deprecated and will be removed in Python 3.14; use value instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L940
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L943
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L1053
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L1055
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L804
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py#L804
ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
|
The logs for this run have expired and are no longer available.
Loading