Unstuck python3-swh.core debian build
It's stuck behind an api call to asyncio which probably changed in newer version [2].
@vlorentz It's most likely a development issue now.
[2]
=================================== FAILURES ===================================
_____________________________ test_timed_coroutine _____________________________
statsd = <swh.core.statsd.Statsd object at 0x7f6334dbfe90>
def test_timed_coroutine(statsd):
"""
Measure the distribution of a coroutine function's run time.
Warning: Python >= 3.5 only.
"""
import asyncio
@statsd.timed("timed.test")
> @asyncio.coroutine
E AttributeError: module 'asyncio' has no attribute 'coroutine'
Related to #4766 (closed)
Edited by Antoine R. Dumont