Skip to content

PostgresContainer timeout when sqlalchemy not installed #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
parisni opened this issue Apr 17, 2021 · 1 comment
Closed

PostgresContainer timeout when sqlalchemy not installed #137

parisni opened this issue Apr 17, 2021 · 1 comment

Comments

@parisni
Copy link

parisni commented Apr 17, 2021

Hello

For some reasons, PostgresContainer does not work when sqlalchemy is not installed.

Took me hours to figure out this.

Anyway, Thanks for this great package

@vryazanov
Copy link

Hello,
it uses sqlalchemy to check if db is up and ready
https://github.com/testcontainers/testcontainers-python/blob/master/testcontainers/core/generic.py#L24
the right way to install lib - pip install testcontainers[postgresql]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants