neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: Do not use deprecated asyncio.coroutine wrapper #212

Closed Tiboris closed 1 year ago

Tiboris commented 1 year ago

Python 3.11.0 completely dropped support for the asyncio.coroutine. As it was already deprecated we should use the proper way of decorating the click functions in the mrack run.py.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 1 year ago

Thanks for the review @pvoborni