Skip to content

Add crypto extras to pyjwt, which pulls in cryptogaphy package#2443

Merged
s-t-e-v-e-n-k merged 4 commits intoPyGithub:masterfrom
EnricoMi:add-pyjwt-crypto-extras
Mar 14, 2023
Merged

Add crypto extras to pyjwt, which pulls in cryptogaphy package#2443
s-t-e-v-e-n-k merged 4 commits intoPyGithub:masterfrom
EnricoMi:add-pyjwt-crypto-extras

Conversation

@EnricoMi
Copy link
Collaborator

@EnricoMi EnricoMi commented Mar 1, 2023

Fixes #2441.

@EnricoMi EnricoMi requested a review from s-t-e-v-e-n-k March 1, 2023 07:18
@@ -1,4 +1,3 @@
cryptography
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is why the test worked without pyjwt[crypto] in setup.py.

@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (def5223) 98.77% compared to head (2a2995a) 98.77%.

❗ Current head 2a2995a differs from pull request most recent head 55abb16. Consider uploading reports for the commit 55abb16 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2443   +/-   ##
=======================================
  Coverage   98.77%   98.77%           
=======================================
  Files         117      117           
  Lines       11674    11674           
=======================================
  Hits        11531    11531           
  Misses        143      143           
Impacted Files Coverage Δ
github/Requester.py 97.43% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

Add cryptography as dependency (for app-based auth)

3 participants