micropython-stubs icon indicating copy to clipboard operation
micropython-stubs copied to clipboard

mypy: QA test errors reported in feat_networking

Open Josverl opened this issue 1 year ago • 0 comments

\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 avatar Dec 29 '23 10:12 Josverl