Greg Leonard

Results 2 comments of Greg Leonard

> > > I am experiencing the same issue on Windows 10. If I subclass `PostgresContainer` like so then it works: > > ``` > class X(PostgresContainer): > def get_connection_url(self):...

> Why did we not use the LOG object initially and we needed to use the logger callback? I think I used `Logger` with the callback as it was a...