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

Exclude broken typing-extensions version + fix import #2460

Merged
merged 1 commit into from Aug 29, 2021

Conversation

ichard26
Copy link
Collaborator

Description

re. import, the ipynb code was assuming that typing-extensions would always be available, but that's not the case! There's an environment marker on the requirement meaning it won't get installed on 3.10 or higher. The test suite didn't catch this issue since aiohttp pulls in typing-extensions unconditionally.

Checklist - did you ...

  • Add a CHANGELOG entry if necessary?
  • Add / update tests if necessary?
  • Add new / update outdated documentation?

CHANGES.md Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
The ipynb code was assuming that typing-extensions would always be
available, but that's not the case! There's an environment marker
on the requirement meaning it won't get installed on 3.10 or higher.
The test suite didn't catch this issue since aiohttp pulls in
typing-extensions unconditionally.
@ichard26 ichard26 force-pushed the exclude-broken-typing-extensions branch from 2dbdf5f to 968621b Compare August 29, 2021 20:42
Copy link
Contributor

@onerandomusername onerandomusername left a comment

Choose a reason for hiding this comment

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

LGTM, lets hope that the Fuzz passes this time! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants