testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.

Home Page:https://testcontainers-python.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: test_wait_for_logs_docker_in_docker fails

max-pfeiffer opened this issue · comments

Describe the bug

The test core/tests/test_docker_in_docker.py::test_wait_for_logs_docker_in_docker fails when run with pytest:
Screenshot 2024-04-17 at 18 49 08

To Reproduce

Run the test like so: pytest core/tests/test_docker_in_docker.py::test_wait_for_logs_docker_in_docker

Runtime environment

MacBook M2 with ARM CPU. Is this maybe related to some Mac OS pecularities?