OFFIS-DAI / mango

Modular Python-based agent framework to implement multi-agent systems
https://mango-agents.readthedocs.io/
MIT License
12 stars 2 forks source link

pytest does not work as tcp server does not terminate anymore #89

Closed maurerle closed 2 months ago

maurerle commented 2 months ago

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..?