running pytest tests/unit_tests/container/test_tcp.py just hangs in the shutdown of the second container..
if self.server is not None:
self.server.close()
await self.server.wait_closed()
In my older python 3.11 environment, this just succeeds, but I think this is the same error we have as the last commit on the main branch did not have successful tests either..?
running
pytest tests/unit_tests/container/test_tcp.py
just hangs in the shutdown of the second container..In my older python 3.11 environment, this just succeeds, but I think this is the same error we have as the last commit on the main branch did not have successful tests either..?