Zlopez
Zlopez
As this has no tests and there wasn't activity for long time I'm closing it.
@Freedisch Could you look at this as you implemented the feature itself?
@anshikavashistha Feel free to take the issue or I can assign it to you, if you can't do it by yourself. As this is an old ticket, it would be...
It seems that there are still some issues, just different. Feel free to play with it and get it running.
Closing this due to inactivity
@anshikavashistha Plenty of tests started failing after the change, could you look into that?
If you look at the failing tests the issue is obvious `anitya_version` doesn't have `get_distribution` method.
It's just the string that contains the same information as `pkg_resources.get_distribution`.
`anitya_version` should be the same as what is returned by `pkg_resources.get_distribution('anitya').version`. But it needs to be tested first. I'm not sure if we already used poetry at the time this...
And what was the output, did it returned the same value as `pkg_resources.get_distribution('anitya').version`? The format should be easily fixed by running black on the code. Look at the [documentation](https://anitya.readthedocs.io/en/stable/contributing.html#code-style).