installation: bump dependencies #2423
Annotations
10 errors and 10 warnings
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_metadata.py#L56
test_input_output
assert 403 == 200
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L56
test_simple_rest_flow
assert 403 == 200
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L158
test_simple_delete
AssertionError: {'message': 'Permission denied.', 'status': 403}
assert 403 == 204
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L231
test_update_deposits_owner
AssertionError: {'message': 'Permission denied.', 'status': 403}
assert 403 == 200
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L329
test_update_deposit_superuser
assert 403 == 200
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L356
test_delete_deposits_owner
AssertionError: {'message': 'Permission denied.', 'status': 403}
assert 403 == 204
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L437
test_delete_deposits_superuser
AssertionError: {'message': 'Permission denied.', 'status': 403}
assert 403 == 204
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/deposits/test_rest_api_simpleflow.py#L473
test_versioning_rest_flow
AssertionError: {'message': 'Permission denied.', 'status': 403}
assert 403 == 200
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/test_communities.py#L57
test_autoaccept_owned_communities
assert 403 == 201
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
site/tests/legacy/test_extra_formats.py#L49
test_extra_formats
assert 403 == 201
+ where 403 = <WrapperTestResponse streamed [403 FORBIDDEN]>.status_code
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/marshmallow_utils/fields/generated.py#L12
The '__version_info__' attribute is deprecated and will be removed in in a future version. Use feature detection or 'packaging.Version(importlib.metadata.version("marshmallow")).release' instead.
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/marshmallow_utils/fields/generated.py#L12
The '__version_info__' attribute is deprecated and will be removed in in a future version. Use feature detection or 'packaging.Version(importlib.metadata.version("marshmallow")).release' instead.
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/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 (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/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
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/pkg_resources/__init__.py#L2554
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 (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/marshmallow/fields.py#L582
The 'default' argument to fields is deprecated. Use 'dump_default' instead.
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/marshmallow/fields.py#L1218
The 'default' argument to fields is deprecated. Use 'dump_default' instead.
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/invenio_requests/services/schemas.py#L42
The 'default' argument to fields is deprecated. Use 'dump_default' instead.
|
Python (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/invenio_communities/communities/resources/ui_schema.py#L16
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 (site, 3.9, postgresql14, opensearch2):
opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/flask_resources/serializers/base.py#L55
The `context` parameter is deprecated and will be removed in marshmallow 4.0. Use `contextvars.ContextVar` to pass context instead.
|