Skip to content
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
63074a3
fix: set asyncio_default_fixture_loop_scope to avoid pytest warning
CodeVishal-17 Jan 5, 2026
e8e21a6
Fix pytest-asyncio v1.x async fixture usage
CodeVishal-17 Jan 7, 2026
2ef08bf
Fix pytest-asyncio deprecation by enforcing strict mode and sync fixt…
CodeVishal-17 Jan 7, 2026
02589d9
Merge branch 'main' into fix/pytest-asyncio-deprecation
CodeVishal-17 Jan 9, 2026
e4d68f7
Remove remaining pytest_asyncio fixtures and use sync pytest fixtures
CodeVishal-17 Jan 12, 2026
9ed9356
Fix remaining fixtures for pytest-asyncio strict mode
CodeVishal-17 Jan 12, 2026
f8a3815
Merge branch 'main' into fix/pytest-asyncio-deprecation
CodeVishal-17 Jan 12, 2026
435a77f
Add Bandit security scanning to PR validation workflow
CodeVishal-17 Jan 13, 2026
cc2c3e6
Remove Bandit config and CI steps from pytest-asyncio fix PR
CodeVishal-17 Jan 14, 2026
85500c9
Fix AsyncClient fixture lifecycle for pytest-asyncio strict mode
CodeVishal-17 Jan 14, 2026
e6164c6
Resolve merge conflict in conftest.py
CodeVishal-17 Jan 14, 2026
8b1de07
Merge branch 'main' into fix/pytest-asyncio-deprecation
CodeVishal-17 Jan 14, 2026
0d21f8c
Mark airlock route tests as asyncio
CodeVishal-17 Jan 14, 2026
90fcea4
Merge branch 'fix/pytest-asyncio-deprecation' of https://github.com/C…
CodeVishal-17 Jan 14, 2026
4bbf729
Remove unrelated CI Python setup from pytest-asyncio fix
CodeVishal-17 Jan 19, 2026
61b6e12
Merge branch 'main' into fix/pytest-asyncio-deprecation
CodeVishal-17 Jan 23, 2026
59b44ca
Merge branch 'main' into fix/pytest-asyncio-deprecation
CodeVishal-17 Feb 6, 2026
44dc651
Merge branch 'main' into fix/pytest-asyncio-deprecation
CodeVishal-17 Apr 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api_app/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[pytest]
filterwarnings =
error
asyncio_mode = auto
Comment thread
JC-wk marked this conversation as resolved.
Outdated
asyncio_default_fixture_loop_scope = function