On Sun, 30 May 2021, Artur Frenszek-Iwicki wrote:

Long story short: I have a Python package ("cozy") which built fine in koji, but failed to build 
locally - or rather, it built fine, but then caused pytest-3 to crash. After a bit of fiddling, I managed to 
nail this down to having "python3-faker" installed - when I removed it from my system, pytest-3 
worked fine. When I added "BuildRequires: python3-faker" to the package spec and submitted a 
scratch build to koji, that failed with the same traceback as the local build.

Here's the link to a successful build (currently in Rawhide):
https://koji.fedoraproject.org/koji/taskinfo?taskID=68991239
Here's the link to a failed scratch build (same spec as above, with added BR on 
python3-faker):
https://koji.fedoraproject.org/koji/taskinfo?taskID=69012902

I have very little Python knowledge, and the traceback lists some internal 
Python libs, so I'm not really sure if this should be reported as a bug against 
cozy, pytest-3, python-faker, or maybe even python3.9 itself. I'd be grateful 
if someone knowledgeable in the matter took a look.

I think the problem is probably with faker, seems like this might be the bug: https://github.com/joke2k/faker/issues/1421

It appears to have been already fixed in a newer release of faker, so you might just need to poke the Fedora maintainer to update.

Also, see https://bugzilla.redhat.com/show_bug.cgi?id=1958987.

Scott.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to