Skip to content

Set up Local Database Docker and Alembic Migration Logic #337

Set up Local Database Docker and Alembic Migration Logic

Set up Local Database Docker and Alembic Migration Logic #337

Triggered via pull request January 22, 2025 16:16
Status Failure
Total duration 1m 57s
Artifacts

run_pytest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 70 warnings
Run Pytest
Process completed with exit code 2.
[flake8] alembic/env.py#L1 <100>: alembic/env.py#L1
Missing docstring in public module
[flake8] conftest.py#L16 <401>: conftest.py#L16
'database_client.models.Base' imported but unused
[flake8] conftest.py#L17 <401>: conftest.py#L17
'middleware.initialize_psycopg_connection.initialize_psycopg_connection' imported but unused
[flake8] conftest.py#L31 <103>: conftest.py#L31
Missing docstring in public function
[flake8] conftest.py#L62 <103>: conftest.py#L62
Missing docstring in public function
[flake8] conftest.py#L62 <100>: conftest.py#L62
Unused argument 'setup_database'
[flake8] conftest.py#L80 <103>: conftest.py#L80
Missing docstring in public function
[flake8] conftest.py#L80 <100>: conftest.py#L80
Unused argument 'setup_database'
[flake8] relation_access_permissions/helper.py#L31 <205>: relation_access_permissions/helper.py#L31
1 blank line required between summary line and description
[flake8] tests/integration/test_archives.py#L23 <811>: tests/integration/test_archives.py#L23
redefinition of unused 'test_data_creator_flask' from line 16
[flake8] tests/test_database_client.py#L182 <811>: tests/test_database_client.py#L182
redefinition of unused 'live_database_client' from line 40
[flake8] tests/test_database_client.py#L182 <811>: tests/test_database_client.py#L182
redefinition of unused 'test_table_data' from line 40
[flake8] tests/test_database_client.py#L487 <811>: tests/test_database_client.py#L487
redefinition of unused 'live_database_client' from line 40
[flake8] tests/test_database_client.py#L488 <811>: tests/test_database_client.py#L488
redefinition of unused 'test_data_creator_db_client' from line 61
[flake8] tests/test_database_client.py#L516 <811>: tests/test_database_client.py#L516
redefinition of unused 'test_data_creator_db_client' from line 61
[flake8] tests/test_database_client.py#L517 <811>: tests/test_database_client.py#L517
redefinition of unused 'live_database_client' from line 40
[flake8] tests/test_database_client.py#L644 <811>: tests/test_database_client.py#L644
redefinition of unused 'test_data_creator_db_client' from line 61
[flake8] tests/test_database_client.py#L644 <811>: tests/test_database_client.py#L644
redefinition of unused 'live_database_client' from line 40
[flake8] tests/test_database_client.py#L755 <811>: tests/test_database_client.py#L755
redefinition of unused 'test_data_creator_db_client' from line 61
Run Pytest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636