Right now, the coverage step of ci_poetry.yml uses version of coverage different from the one used in the test_tasks version, since the former comes from a pip install and the latter is the poetry-locked one. I guess this is the reason for the failures observed by @lorenzocerrone in #866.
Meanwhile, we should also bump the version to something a bit more recent (from 6.5 to 7.6).