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

Allow deselect mqtt and fix pytest warnings #91

Closed maurerle closed 2 months ago

maurerle commented 2 months ago

allow running tests locally with pytest -m "not mqtt", to deselect the mqtt cases. Fixes an issue where recurrent jobs were executed twice at the end which should not happen generally.