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
Current flake8 requires mccabe >= 0.6.0, < 0.7.0, which means that if you use flake8 then there's currently no way to avoid the deprecated requirement of pytest-runner that was removed over a year ago in 9274755. This seems unfortunate. Is there anything blocking a release, and/or can anyone do anything to help?
The text was updated successfully, but these errors were encountered:
Current
flake8
requiresmccabe >= 0.6.0, < 0.7.0
, which means that if you useflake8
then there's currently no way to avoid the deprecated requirement ofpytest-runner
that was removed over a year ago in 9274755. This seems unfortunate. Is there anything blocking a release, and/or can anyone do anything to help?The text was updated successfully, but these errors were encountered: