There was an error while loading. Please reload this page.
1 parent 64b9368 commit 7accfa5Copy full SHA for 7accfa5
1 file changed
state-manager/tests/unit/with_database/conftest.py
@@ -3,15 +3,8 @@
3
"""
4
import pytest
5
import asyncio
6
-import sys
7
-from pathlib import Path
8
from asgi_lifespan import LifespanManager
9
10
-# Add the project root to Python path to ensure proper imports
11
-# project_root = Path(__file__).parent.parent.parent.parent
12
-# sys.path.insert(0, str(project_root))
13
-
14
15
@pytest.fixture(scope="session")
16
def event_loop():
17
"""Create an event loop for the tests."""
0 commit comments