Skip to content
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

requirements: pin requests on py3.3 to fix install/build #2172

Merged
merged 1 commit into from
Aug 4, 2021
Merged

Conversation

dgw
Copy link
Member

@dgw dgw commented Aug 4, 2021

requests 2.26 switched from chardet to charset-normalizer on py3, and that seems to be broken on py3.3 specifically. It installs, but requests throws an error on loading anyway for some reason. Easiest solution is just to pin the requests version, since especially on py3.3 we don't care about any of the new stuff.

Checklist

  • I have read CONTRIBUTING.md
  • I can and do license this contribution under the EFLv2
  • No issues are reported by make qa (runs make quality and make test)
  • I have tested the functionality of the things this change touches

requests 2.26 switched from chardet to charset-normalizer on py3, and
that seems to be broken on py3.3 specifically.
@dgw dgw added Build Bugfix Generally, PRs that reference (and fix) one or more issue(s) labels Aug 4, 2021
@dgw dgw added this to the 7.1.3 milestone Aug 4, 2021
@dgw dgw requested a review from a team August 4, 2021 07:04
Copy link
Contributor

@Exirel Exirel left a comment

Choose a reason for hiding this comment

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

🤷‍♂️

@dgw dgw merged commit 46f554e into 7.1.x Aug 4, 2021
@dgw dgw deleted the pin-requests branch August 4, 2021 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s) Build High Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants