Benoît Godard

Results 22 comments of Benoît Godard

Why no simply always call the clone method each time the context container is entered ? Because this actually works, it’s my actual workaround and my tests shows that using...

Well, you know the code better than me so I trust you. About your proposals I think the first one is a bad idea because it would require to « ...

Thanks you for that impressive deep dive into the code and explanation. I'm not sure I can do anything about this on my side. Thanks for the workaround by the...

Just ended up here as I was looking for the exact same issue. I would like to make a PR but Im unsure on how to properly add the typings...

Yep indeed this is a thing that nodeenv should not go further if the download fails. The thing is, I actually understood why this is not working on my company...

Sorry, for late reply. I gave it a try and worked like a charm. This is a nice workaround for me at the moment but as you mentioned this might...

For people stumbling here and for which the workaround is not clear, here it is: ```python from testcontainers.core.container import DockerContainer from testcontainers.core.network import Network network = Network() network_name = network.name...

I'm not sure if this is related but the tests output get reported as bloop errors as well ![image](https://github.com/user-attachments/assets/be9a7117-7fb0-406b-94c2-e43253e67124)

I'm using nox for running tests on my libraries against multiple versions of Python. On my nox test session I'm using the uv `--resolution` flag to run my tests against...

Those are two interesting options I did not think about. Let me give it a try to see if it fits my needs! Thanks!