Michal Zeman

Results 5 comments of Michal Zeman

Sorry, I thought I have linked the issue here. But apparently not. So here it is: https://github.com/avast/pytest-docker/issues/78

I have run into the same issue. However, the problem is not with strip() but with following statement https://github.com/avast/pytest-docker/blob/master/src/pytest_docker/plugin.py#L87 It can been due to Windows 11. However, it is still...

My proposal with proper exception handling would be something like this. Replacement for [lines 86-87](https://github.com/avast/pytest-docker/blob/master/src/pytest_docker/plugin.py#L86-87) : ```python ips = re.findall(r'[0-9]{1,3}(?:\.[0-9]{1,3}){3}:[0-9]{1,5}', endpoint) if len(ips) == 0: raise ValueError(f'Could not found any...

I have created a pull request for this issue: https://github.com/avast/pytest-docker/pull/81

Hi, any update regarding this topic? Thank you. Michal