fix: remove async tests

some async test markers are in the codebase causing pre-commit to fail due to #2744

remove these pytest fixtures

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-07-17 21:35:31 -04:00
parent d64e096c5f
commit 1ca4a09104
4 changed files with 5 additions and 22 deletions

View file

@ -64,7 +64,6 @@ class TestRagQuery:
with pytest.raises(ValueError):
RAGQueryConfig(mode="invalid_mode")
@pytest.mark.asyncio
async def test_query_accepts_valid_modes(self):
RAGQueryConfig() # Test default (vector)
RAGQueryConfig(mode="vector") # Test vector