bump major #401
Annotations
8 errors
Python / Tests (3.9, postgresql14, opensearch2):
tests/test_invenio_files_rest.py#L58
test_alembic
AssertionError: assert not [[('modify_type', None, 'files_objecttags', 'key', {'existing_comment': None, 'existing_nullable': False, 'existing_server_default': False}, TEXT(), ...)]]
+ where [[('modify_type', None, 'files_objecttags', 'key', {'existing_comment': None, 'existing_nullable': False, 'existing_server_default': False}, TEXT(), ...)]] = compare_metadata()
+ where compare_metadata = <flask_alembic.extension.Alembic object at 0x7f628e7c7670>.compare_metadata
+ where <flask_alembic.extension.Alembic object at 0x7f628e7c7670> = <invenio_db.ext.InvenioDB object at 0x7f628e7c75b0>.alembic
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/test_request.py#L35
test_max_content_length
assert 413 == 200
+ where 413 = <WrapperTestResponse streamed [413 REQUEST ENTITY TOO LARGE]>.status_code
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/testutils.py#L1
pydocstyle-check
/home/runner/work/invenio-files-rest/invenio-files-rest/tests/testutils.py:30 in public method `readinto`:
D102: Missing docstring in public method
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/test_invenio_files_rest.py#L58
test_alembic
AssertionError: assert not [[('modify_type', None, 'files_objecttags', 'key', {'existing_comment': None, 'existing_nullable': False, 'existing_server_default': False}, TEXT(), ...)]]
+ where [[('modify_type', None, 'files_objecttags', 'key', {'existing_comment': None, 'existing_nullable': False, 'existing_server_default': False}, TEXT(), ...)]] = compare_metadata()
+ where compare_metadata = <flask_alembic.extension.Alembic object at 0x7f74ebdee420>.compare_metadata
+ where <flask_alembic.extension.Alembic object at 0x7f74ebdee420> = <invenio_db.ext.InvenioDB object at 0x7f74ec463ef0>.alembic
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/test_request.py#L35
test_max_content_length
assert 413 == 200
+ where 413 = <WrapperTestResponse streamed [413 REQUEST ENTITY TOO LARGE]>.status_code
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/testutils.py#L1
pydocstyle-check
/home/runner/work/invenio-files-rest/invenio-files-rest/tests/testutils.py:30 in public method `readinto`:
D102: Missing docstring in public method
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|