small fixes #6
Annotations
6 errors
Run poetry run pytest:
tests/test_celery.py#L130
test_async_function_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest:
tests/test_celery.py#L150
test_sync_function_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest:
tests/test_celery.py#L169
test_async_class_based_tasks
Exception: <class 'sqlalchemy.exc.OperationalError'>(('(sqlite3.OperationalError) database is locked',))
|
Run poetry run pytest:
tests/test_celery.py#L188
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