On Wed, Jul 22, 2020 at 4:54 PM Kevin Fenzi <kevin@scrye.com> wrote:
On Wed, Jul 22, 2020 at 04:31:20PM -0500, Richard Shaw wrote:
>
> I can't remember the name, but the tool that would let you see dependency
> differences between releases.  I have a package that's failing one of it's
> tests but neither the package version (or even the spec file) have changed.
> I was just trying a rebuild. My assumption is that one of the
> dependencies has changed, but now that I think about it, it's likely a
> python dep so the tool probably doesn't help there...

koschei?

That's it! Ok, so it does pickup changes in Python deps so that's good, but my problem is the tests are failing, so I can't compare the last "good" build to this one, at least without disabling testing, but I don't want a "real" build. I don't suppose there's a way to get it to compare to a scratch build? 

Thanks,
Richard