Skip to content

Denylist ecdsa 0.15 in setup.py to allow for 0.16 to be installed. - #199

Merged
blag merged 3 commits into
mpdavis:masterfrom
dreid:patch-1
Dec 8, 2020
Merged

Denylist ecdsa 0.15 in setup.py to allow for 0.16 to be installed.#199
blag merged 3 commits into
mpdavis:masterfrom
dreid:patch-1

Conversation

@dreid

Copy link
Copy Markdown
Contributor

The previous pull request #192 only changed the pin in requirements.txt and not in setup.py, so the ecdsa<0.15 restriction would actually be used by pip.

The previous pull request mpdavis#192 only changed the pin in requirements.txt and not in setup.py, so the ecdsa<0.15 restriction would actually be used by pip.
@blag

blag commented Dec 7, 2020

Copy link
Copy Markdown
Contributor

I should have had PR #192 tweak the parameters we pass to the ecdsa backend, as explained here. But since I didn't, do you mind fixing that in this PR? That is why so many of the tests are failing.

@codecov

codecovBot commented Dec 8, 2020

Copy link
Copy Markdown

Codecov Report

Merging #199 (d59ad6d) into master (a2a4c31) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@ Coverage Diff @@## master #199 +/- ##
=======================================
Coverage 93.51% 93.51% =======================================
Files 16 16 Lines 1728 1728 =======================================
Hits 1616 1616 Misses 112 112 
Impacted FilesCoverage Δ
jose/backends/ecdsa_backend.py98.66% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2a4c31...d59ad6d. Read the comment docs.

@blag
blag merged commit 8572088 into mpdavis:masterDec 8, 2020
@blag

blag commented Dec 8, 2020

Copy link
Copy Markdown
Contributor

Awesome, thank you!

Sign up for freeto 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.

2 participants

@dreid@blag