https://bugzilla.redhat.com/show_bug.cgi?id=2312851
Cristian Le fedora@lecris.me changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(fedora@lecris.me) |
--- Comment #3 from Cristian Le fedora@lecris.me --- Thanks for picking this up Ondrej. The issue I had was more that there is a circular dependency: `backports.tarfile` -> `jaraco.test` -> `jaraco.context` -> `backports.tarfile`
Here is where `jaraco.test` is used: https://github.com/jaraco/backports.tarfile/blob/v1.2.0/tests/compat/py39.py.... Do you have some ideas on how to overcome it?