Pedro Lucas

Results 2 comments of Pedro Lucas

Resolved with code, in head of the test.. ```python datetime.now().__class__.__name__ = "datetime" datetime.now().date().__class__.__name__ = "date" ``` ```python @pytest.fixture @freeze_time("2021-12-04") def fake_base_another_day(client: TestClient, with_body: dict): datetime.now().__class__.__name__ = "datetime" datetime.now().date().__class__.__name__ = "date"...

If you using only colima in your OS, you must running command for create link do colima/docker.sock for default docker.sock You try running command: `sudo ln -f -s ~/.colima/default/docker.sock /var/run/docker.sock`?