Fix mypy to 0.812 for now by wcs1only · Pull Request #226 · dapr/python-sdk · GitHub
Skip to content

Fix mypy to 0.812 for now#226

Merged
artursouza merged 1 commit into
dapr:masterfrom
wcs1only:fix-typecheck
Jun 14, 2021
Merged

Fix mypy to 0.812 for now#226
artursouza merged 1 commit into
dapr:masterfrom
wcs1only:fix-typecheck

Conversation

@wcs1only

@wcs1only wcs1only commented Jun 14, 2021

Copy link
Copy Markdown
Contributor

Description

It looks like mypy == 0.900 released some breaking changes. We can fix them with --install-types, however this blocks the terminal with a prompt (see python/mypy#10616 ). We'll have to let upstream add a --non-interactive option (coming in 0.910) before we can use this. Leaving at 0.812 fixes our build for now.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #225

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@wcs1only wcs1only changed the title Install upstream type packages Fix mypy to 0.812 for now Jun 14, 2021
@codecov

codecov Bot commented Jun 14, 2021

Copy link
Copy Markdown

@artursouza artursouza merged commit 25af69b into dapr:master Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build failure on type check

2 participants