Skip to content

Commit

Permalink
refactor: remove pytest_asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-romanov-o committed Dec 30, 2024
1 parent eee3137 commit 5af3157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import httpx
import pytest
import pytest_asyncio
from httpx import ASGITransport
from openai import AsyncAzureOpenAI

Expand Down Expand Up @@ -35,7 +34,7 @@ def _app_instance():
)


@pytest_asyncio.fixture
@pytest.fixture
async def test_app(_app_instance):
async with httpx.AsyncClient(
transport=ASGITransport(app=_app_instance),
Expand Down

0 comments on commit 5af3157

Please sign in to comment.