chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[deps] Add poetry support #111

Closed jjmerchante closed 2 years ago

jjmerchante commented 2 years ago

This PR makes the following changes:

jjmerchante commented 2 years ago

There is a bug in the tests, but I can't figure out why it's failing. For git 2.25 it works but for git 2.35 it fails.

It's in test_graal.py, the problem is in update() in Perceval's git backend. If I try to run the same command locally using git 2.25, it doesn't fail, but if I update the git version to 2.35, it fails.

The command is git fetch origin '+refs/heads/*:refs/heads/*' --prune

I think it must be a problem in the configuration of the tests, because executing the same command in another repository created by me works, but in the repository in the tests it fails.