chaoss / grimoirelab-elk

GNU General Public License v3.0
59 stars 120 forks source link

[enrich] Fix urllib3.exceptions.SSLError for 'enrich_feelings'. #1025

Closed zhquan closed 2 years ago

zhquan commented 2 years ago

This code fixes the SSLError when running the enrich_feelings study available for github2.

The error:

urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)

Signed-off-by: Quan Zhou quan@bitergia.com

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1729802131


Files with Coverage Reduction New Missed Lines %
/home/runner/work/grimoirelab-elk/grimoirelab-elk/grimoire_elk/enriched/github.py 2 75.31%
/home/runner/work/grimoirelab-elk/grimoirelab-elk/grimoire_elk/enriched/enrich.py 19 72.87%
<!-- Total: 21 -->
Totals Coverage Status
Change from base Build 1729129474: -0.02%
Covered Lines: 8768
Relevant Lines: 10700

💛 - Coveralls