Hi,
It seems that the _connect method is causing the DbContainer project to take a hard dependency on SqlAlchemy. This is troublesome for those of us not using that package. Is it meant to do more than verify the database container is up & running? If not, maybe there's a more neutral way of checking like using pg_isready?
thanks,
Jason
Hi,
It seems that the
_connectmethod is causing the DbContainer project to take a hard dependency on SqlAlchemy. This is troublesome for those of us not using that package. Is it meant to do more than verify the database container is up & running? If not, maybe there's a more neutral way of checking like usingpg_isready?testcontainers-python/testcontainers/core/generic.py
Line 31 in a2bc91e
thanks,
Jason