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

chore: add missing type extension dependency #75

Merged
merged 2 commits into from
Dec 28, 2019
Merged

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Dec 28, 2019

Description

Missing "typing_extension" module from setup.py so Syrupy does not work with Python 3.7. Only reason it works in CI is because we install typing_extension as a dependency of mypy.

Checklist

  • This PR has sufficient test coverage.

@codecov
Copy link

codecov bot commented Dec 28, 2019

Codecov Report

Merging #75 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #75   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines         527    527           
=====================================
  Hits          527    527

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0055f16...150bba9. Read the comment docs.

@noahnu noahnu requested a review from iamogbz December 28, 2019 19:09
@@ -10,4 +10,5 @@ py-githooks
pytest
semver
twine
typing_extensions
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can't wait till we eliminate the duplication

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

When we switch to yarn

@noahnu noahnu merged commit c709848 into master Dec 28, 2019
@noahnu noahnu deleted the typing_extension branch December 28, 2019 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants