| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@pffijt |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the contribution. Added a few inline questions.
Sorry, something went wrong.
| @wait_container_is_ready(*ADDITIONAL_TRANSIENT_ERRORS) | ||
| def _connect(self) -> None: | ||
| import sqlalchemy | ||
| engine = sqlalchemy.create_engine(self.get_connection_url(driver=self.DEFAULT_DRIVER)) |
There was a problem hiding this comment.
Can we just use the super call here? It looks like the method body is the same as in the parent class (except for the driver argument which is already handled in the updated get_connection_url).
Sorry, something went wrong.
There was a problem hiding this comment.
@fourteekey, could you please address this question?
Sorry, something went wrong.
|
Unresolved some of the outstanding questions, @fourteekey. We'll also have to regenerate the lock files in requirements.txt. See step three of https://github.com/testcontainers/testcontainers-python#contributing-a-new-feature for details. |
Sorry, something went wrong.
|
All questions have been resolved. |
Sorry, something went wrong.
|
closing in favor of #445 because i believe it will handle this use case, let me know if this is not the case |
Sorry, something went wrong.
…estcontainers#445) Updates the pg testcontainer implementation to not use (and not install) SQLAlchemy nor psycopg2. Closes: testcontainers#340 Closes: testcontainers#336 Closes: testcontainers#320 --------- Co-authored-by: Jason Turim <jason@opscanvas.com>
| Back | FazBrowse Home | New Git URL |
No description provided.