Kound

Results 118 comments of Kound

I might not understand the actions and poetry correctly but I don't see how the "isolation" is related to structure of the project. The suggested structure would be something like...

FYI the commit you made failed in the [pipeline](https://github.com/testcontainers/testcontainers-python/actions/runs/11408576852/job/31747062546). I understand that goal but still even if the goal is not having a monolithic package changing the layout won't prevent...

Btw. `make tests` does not work for me: ![Image](https://github.com/user-attachments/assets/a4f9c3a1-b316-4790-8fa6-3d441c4c13ce) For some reason it detects README.md as package?

Another reason why it might be nice to change to the `src` layout: It is easier to create patches. For our local conda build of testcontainers I just was about...

> If you think a timezone definition is incorrect, I probably can’t fix it. pytz is a direct translation of the Olson timezone database, and changes to the timezone definitions...

PR welcome :-) Probably it would be nice to allow the old parameter and add a deprecation warning.

The [related commit](https://github.com/django/django/commit/0034e9af18f3d393a6dd2389ffbba4c919b1d7d7) shows: ```python def __init__(self, attrs=None, date_format=None, time_format=None, date_attrs=None, time_attrs=None): widgets = ( DateInput( attrs=attrs if date_attrs is None else date_attrs, format=date_format, ), TimeInput( attrs=attrs if time_attrs is...

Using Pycharm Pro 2024.2.3 i also can't get the notification to get working: I see some hints from the LSP so: ![grafik](https://github.com/user-attachments/assets/4d5ef41b-4019-443a-9c96-ae7c3d14e3ae) But I don't see any linter errors related...

```python import docker client = docker.from_env() print(client.api.get_adapter(client.api.base_url).socket_path) ``` Could be used to detect the correct socket_path. If `socket_path` is not defined, just use the default. It think the solution here...

Are you using rootless docker on the worker? If yes this was fixed with https://github.com/testcontainers/testcontainers-python/pull/779 If yes this issues is a duplicate of https://github.com/testcontainers/testcontainers-python/issues/537 Once a new version is released...