Closed benallard closed 1 year ago
I can reproduce this error by uninstalling certify
package. Looks like this is the reason.
requirements/test.txt – here you can find all dependencies we use in our CI (generated from test.in
file). certify
is an optional dependency for grpclib
.
Thanks for the response, and while that's true that I didn't had the dependency explicitely defined, it is actually already installed locally, so it is used during the test.
Any idea what I could do to better investigate what's going wrong?
Yes, sorry, I meant certifi
.
both certificates bundle are the same, is that wrong ?
Now I understand why: https://github.com/archlinux/svntogit-community/blob/b3ceca5fbdaa67dcb252d78bd210ebf65dff194f/trunk/PKGBUILD#L45
This isn't wrong, this is just unexpected. So this test should be fixed or there should be ability to skip this test.
Fixed test in 90eb869e4031f6705263d6cd4c65c5b70c303919
The patch is working. Thanks!
Hi, I'm packaging grpclib for AUR (archlinux), and the one test is failing, both certificates bundle are the same, is that wrong ?