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

Fix windows cbuild pytest pytype error #590

Merged
merged 2 commits into from
Jul 2, 2019
Merged

Conversation

winterfroststrom
Copy link
Contributor

@winterfroststrom winterfroststrom commented Jul 1, 2019

~3 days ago, pytest released version 5.0, which apparently breaks our Windows cbuild with pytype errors
http://go/gh/pytest-dev/pytest/releases/tag/5.0.0

This is probably because python 2 doesn't support type annotations, which the new release somehow changes the mock import to use or something. Considering that we still need to support python 2 for a while, don't move to the 5.0.0 release for now.

This change is Reviewable

Copy link
Contributor

@kingkupps kingkupps left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @xpconanfan)

@kingkupps kingkupps merged commit 6996cb2 into master Jul 2, 2019
@winterfroststrom winterfroststrom deleted the winterfroststrom-patch-1 branch July 9, 2019 15:16
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