Skip to content

Commit

Permalink
remove pytest-asyncio params from pytest.ini as we have switched to a…
Browse files Browse the repository at this point in the history
…nyio and use that in test_log_complete_prompt.py
  • Loading branch information
createreadupdate committed Sep 10, 2024
1 parent 3ef7f90 commit 3ea5e29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[pytest]
pythonpath = src
asyncio_default_fixture_loop_scope = function
2 changes: 1 addition & 1 deletion tests/test_log_complete_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from core.log_complete_prompt import LogCompletePrompt

@pytest.mark.asyncio
@pytest.mark.anyio
async def test_logging():
# Ensure the config folder exists in the test environment
if not os.path.exists('../config'):
Expand Down

0 comments on commit 3ea5e29

Please sign in to comment.