Enable stubtest for pyserial (#9692)

This commit is contained in:
Alex Waygood
2023-02-09 00:10:33 +01:00
committed by GitHub
parent cf6ff75952
commit 6d535bf0a3
6 changed files with 33 additions and 11 deletions
-4
View File
@@ -1,10 +1,6 @@
version = "3.5.*"
[tool.stubtest]
# Skip stubtest because it crashes with `SystemExit` when trying to import `serial.__main__`.
# This has been fixed in https://github.com/python/mypy/pull/14284.
# TODO: Remove skip once mypy 1.0 is released with the fix.
skip = true
ignore_missing_stub = false
platforms = ["linux", "win32", "darwin"]
extras = ["cp2110"]