There was an error while loading. Please reload this page.
1 parent ff53d5e commit 64b9368Copy full SHA for 64b9368
1 file changed
state-manager/tests/unit/with_database/conftest.py
@@ -8,8 +8,8 @@
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
12
-sys.path.insert(0, str(project_root))
+# project_root = Path(__file__).parent.parent.parent.parent
+# sys.path.insert(0, str(project_root))
13
14
15
@pytest.fixture(scope="session")
0 commit comments