-
Notifications
You must be signed in to change notification settings - Fork 259
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
to_jwe/from_jwe fix #374
to_jwe/from_jwe fix #374
Conversation
Actually pyjwkest 1.3.4 is better :-) |
Not really sure why Tarvis fails. Works on my machine. |
If you're relying on the new pyjwktest, it's being installed from the requirements file on the Travis build. Try running a |
Damn, OK got it. |
OK, so the problem was with pyjwkest. Fixed that now. |
|
||
|
||
def test_to_jwt_rsa(): | ||
msg = Message(a='foo', b='bar', c='tjoho') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be a fixture that goes in conftest.py
.
LGTM. |
Thanks for contributing to this library! Please include the following check
list in your pull request submission (you can delete this message). If your
changes don't need a change log or documentation update, please ignore this.
CHANGELOG.md
.to_jwe/from_jwe using elleptic curve crypto is dependent on pyjwkest to be of version 1.3.3 or later to work.