Fix pre-commit errors for main branch (#21) #110
Annotations
6 errors
Run poetry run pytest:
tests/test_celery.py#L140
test_async_function_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest:
tests/test_celery.py#L161
test_sync_function_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest:
tests/test_celery.py#L181
test_async_class_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest:
tests/test_celery.py#L201
test_sync_class_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest
This event loop is already running
|
Run poetry run pytest
Process completed with exit code 1.
|
Loading