-
-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9 of integration tests fail (possibly with certificate errors) #1426
Comments
@mgorny Thank you for the attached log file. Looking at it, here are the reason it fails:
cat: downloaded.whl: No such file or directory
-: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
rm: cannot remove 'downloaded.whl': No such file or directory
* SSL certificate problem: invalid CA certificate
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection
curl: (60) SSL certificate problem: invalid CA certificate
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above. Could you check the curl setup itself once on your system. Does |
Apparently it does, at least with a quick self-signed cert webserver:
No, or at least I'm not aware. Nor I recall having any network issues recently. If that could help, today I'm using:
(I was using an older version when the report was filed) |
Describe the bug
I'm trying to package
proxy.py
for Gentoo, and I'm hitting tons of test failures. The best result I've gotten so far is viatox -e py311
, which still gives 9 integration test failures:pytest log (190 KiB): test.txt
To Reproduce
tox -e py311
Expected behavior
Tests passing.
Version information
Additional context
This part of the output looks suspicious:
The text was updated successfully, but these errors were encountered: