Nurlat Bekdullayev
Results
1
comments of
Nurlat Bekdullayev
I'm also having concurrency issues in dockerized exection on M1. `async_asgi_testclient` `TestClient` helps with timing out issue. Another problem is `pytest.fixture` decorated co-routines either miss attributes (see: [this question)](https://stackoverflow.com/questions/72996818/attributeerror-in-pytest-with-asyncio-after-include-code-in-fixtures) or...