Skip to content

Commit 64b9368

Browse files
committed
fixed path
1 parent ff53d5e commit 64b9368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

state-manager/tests/unit/with_database/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from asgi_lifespan import LifespanManager
99

1010
# Add the project root to Python path to ensure proper imports
11-
project_root = Path(__file__).parent.parent.parent
12-
sys.path.insert(0, str(project_root))
11+
# project_root = Path(__file__).parent.parent.parent.parent
12+
# sys.path.insert(0, str(project_root))
1313

1414

1515
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)