Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

making unit tests work #11

Open
rhoerbe wants to merge 8 commits intoits-dirg:masterfrom
rhoerbe:rh_dev
Open

making unit tests work #11
rhoerbe wants to merge 8 commits intoits-dirg:masterfrom
rhoerbe:rh_dev

Conversation

@rhoerbe
Copy link

@rhoerbe rhoerbe commented Aug 15, 2019

5 failures because of a library error:

Cryptodome/Signature/pkcs1_15.py:81 calling _decrypt

def _decrypt(self, c):
        #(ciphertext,) = c
>       (ciphertext,) = c[:1]  # HACK - We should use the previous line
E       TypeError: 'int' object is not subscriptable

@rhoerbe rhoerbe changed the title making unit tests work (5 failed, 26 passed, 2466 warnings) making unit tests work Aug 15, 2019
@rhoerbe
Copy link
Author

rhoerbe commented Aug 15, 2019

This is a fix to PR#10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant