You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely a wontfix, but old versions of the plugin call any output an error. Newer versions of mypy (0.730 at least) produce output on success which causes a false positive:
=========================== FAILURES ============================
__________________________ mypy cli.py __________________________
Success: no issues found in 1 source file
The solution is to upgrade to pytest-mypy >= 0.4.0 or downgrade mypy.
The text was updated successfully, but these errors were encountered:
garethr
added a commit
to garethr/pysnyk
that referenced
this issue
Oct 23, 2019
This is likely a
wontfix
, but old versions of the plugin call any output an error. Newer versions of mypy (0.730 at least) produce output on success which causes a false positive:The solution is to upgrade to
pytest-mypy >= 0.4.0
or downgrademypy
.The text was updated successfully, but these errors were encountered: