Skip to content
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

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

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

zhquan
Copy link
Member

@zhquan zhquan commented Jan 21, 2022

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 [email protected]

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 <[email protected]>
@coveralls
Copy link

coveralls commented Jan 21, 2022

Pull Request Test Coverage Report for Build 1729802131

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 21 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.02%) to 81.944%

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%
Totals Coverage Status
Change from base Build 1729129474: -0.02%
Covered Lines: 8768
Relevant Lines: 10700

💛 - Coveralls

Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhquan zhquan closed this in ffa779a Jan 24, 2022
@zhquan zhquan merged commit ffa779a into chaoss:master Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants