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

mypy: QA test errors reported in feat_networking #738

Open
4 tasks
Josverl opened this issue Dec 29, 2023 · 0 comments
Open
4 tasks

mypy: QA test errors reported in feat_networking #738

Josverl opened this issue Dec 29, 2023 · 0 comments
Labels
mypy report Typecheck issue reported by mypy

Comments

@Josverl
Copy link
Owner

Josverl commented Dec 29, 2023

\tests\quality_tests\test_snippets.py::test_ports_boards_typecheck[local-latest-esp32-networking-mypy] failed: Typecheck mypy on esp32, networking latest from local

  • feat_networking/check_examples/http_client.py:18:0 "socket" has no attribute "write"
  • feat_networking/check_examples/http_client.py:19:0 "socket" has no attribute "read"
  • feat_networking/check_examples/http_server_ssl.py:77:0 "SSLSocket" has no attribute "readline"
  • feat_networking/check_examples/http_server_ssl.py:80:0 "SSLSocket" has no attribute "readline"

pyright does not report issues fot the same test and stubs

@Josverl Josverl added the mypy report Typecheck issue reported by mypy label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mypy report Typecheck issue reported by mypy
Projects
None yet
Development

No branches or pull requests

1 participant