/home/circleci/project/venv/lib/python3.13/site-packages/starlette/config.py:61: UserWarning: Config file '.env' not found. warnings.warn(f"Config file '{env_file}' not found.") INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [alembic.runtime.migration] Running upgrade -> eda5c539028e, Create archive table INFO [alembic.runtime.migration] Running upgrade eda5c539028e -> d4e3b890e3d7, Create choice history table /home/circleci/project/venv/lib/python3.13/site-packages/starlette/routing.py:601: DeprecationWarning: The on_startup and on_shutdown parameters are deprecated, and they will be removed on version 1.0. Use the lifespan parameter instead. See more about it on https://www.starlette.io/lifespan/. warnings.warn( /home/circleci/project/tests/test_utils.py:76: DeprecationWarning: There is no current event loop self.loop = asyncio.get_event_loop() /home/circleci/project/code_submitter/server.py:30: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) select([ChoiceHistory]).select_from( /home/circleci/project/venv/lib/python3.13/site-packages/starlette/templating.py:162: DeprecationWarning: The `name` is not the first parameter anymore. The first parameter should be the `Request` instance. Replace `TemplateResponse(name, {"request": request})` by `TemplateResponse(request, name)`. warnings.warn( .............../home/circleci/project/venv/lib/python3.13/site-packages/starlette/routing.py:290: ResourceWarning: Unclosed file await self.app(scope, receive, send) ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/circleci/project/venv/lib/python3.13/site-packages/starlette/routing.py:290: ResourceWarning: Unclosed file await self.app(scope, receive, send) ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/circleci/project/venv/lib/python3.13/site-packages/starlette/routing.py:290: ResourceWarning: Unclosed file await self.app(scope, receive, send) ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/circleci/project/venv/lib/python3.13/site-packages/starlette/routing.py:290: ResourceWarning: Unclosed file await self.app(scope, receive, send) ResourceWarning: Enable tracemalloc to get the object allocation traceback ............... ---------------------------------------------------------------------- Ran 33 tests in 0.235s OK :0: ResourceWarning: unclosed file <_io.BufferedRandom name='/tmp/tmptxcmkqc3sqlite.db'>