Re: Having python3-faker installed causes pytest-3 to fail

2021-05-31 Thread Juan Orti Alcaine
El lun, 31 may 2021 a las 11:35, Tomas Hrnciar () escribió: > > Rawhide can jump all the way to latest 8.4.0, but for F34, we'd want to > avoid doing a major version bump, so we'd need to backport this, instead. > I think we can safely update to 8.4.0 also on f34 branch. All dependant > packages h

Re: Having python3-faker installed causes pytest-3 to fail

2021-05-31 Thread Tomas Hrnciar
Hello, I've opened PR to update to 8.4.0 and it has already been merged into the rawhide branch [0]. > Rawhide can jump all the way to latest 8.4.0, but for F34, we'd want to avoid doing a major version bump, so we'd need to backport this, instead. I think we can safely update to 8.4.0 also on f3

Re: Having python3-faker installed causes pytest-3 to fail

2021-05-30 Thread Artur Frenszek-Iwicki
> I think the problem is probably with faker, seems like this might be the > bug: https://github.com/joke2k/faker/issues/1421 Thanks, that looks like the root cause. > It appears to have been already fixed in a newer release of faker, so you > might just need to poke the Fedora maintainer to upd

Re: Having python3-faker installed causes pytest-3 to fail

2021-05-30 Thread Scott Talbert
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-fake