-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Make cryptography optional #2386
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
Conversation
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.
Hey! Looks like you edited README.rst or README_RAW.rst. I'm just a friendly reminder to apply relevant changes to both of those files :)
yes, I did that ;)
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.
Hey! Looks like you edited README.rst or README_RAW.rst. I'm just a friendly reminder to apply relevant changes to both of those files :)
Upgrading pytest required a small workaround, see pytest-dev/pytest#8343. Documented with comments. Let's see if that did the trick. |
Yeay, CI runs 🥳 Codecov is shy for some reason, but it looks good in the dashboard. |
as discussed offline.
Adds requirements-extra called
passport
. Installing viapip install ptb[passport]
seems more intuitive to me than installing aspip install ptb[crypto]
and it's more flexible in terms of which optional dependencies are actually needed for passports.superseeds #2377
closes #2372