Finally fixed greenlet_spawn sqllchemy error. The horror

This commit is contained in:
Jonas Linter
2025-12-03 14:13:20 +01:00
parent bf7b8ac427
commit 50ce0ec486
2 changed files with 45 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ from sqlalchemy import select
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine
from alpine_bits_python.customer_service import CustomerService
from alpine_bits_python.db import Base, Customer, HashedCustomer
from alpine_bits_python.db import Base, Customer
@pytest_asyncio.fixture