Workaround SSL issues in pygit2 1.7.2
When using pygit2 1.7.2 on Debian Bullseye SSL cerficate check for
gitlab.apertis.org fails with user rejected certificate for gitlab.apertis.org
preventing updates test cases.
Work around this issue by force installing pygit2 version 1.7.1.
See: https://github.com/libgit2/pygit2/issues/1115
While doing this, also update screenshoots to make the unit test to pass.
https://phabricator.apertis.org/T8518
Signed-off-by: Walter Lozano walter.lozano@collabora.com
Edited by Walter Lozano