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

Upgrade to latest version of coverage #262

Merged
merged 1 commit into from
May 25, 2022

Commits on May 23, 2022

  1. Upgrade to latest version of coverage

    The issue that was introduced in coverage 6.3 has been fixed:
    nedbat/coveragepy#1310 (comment).
    We can't just upgrade to `coverage` or `coverage>=6.4` because the
    former could install bad versions of coverage (e.g. 6.3), and the latter
    is unsupported on Python 3.6, which we want to continue supporting.
    
    This patch just bans coverage 6.3 / 6.3.x, so with Python 3.7+, we'll
    use the latest version of coverage, and with Python 3.6, we'll use the
    latest supported version of coverage that's not a 6.3 release.
    anishathalye committed May 23, 2022
    Configuration menu
    Copy the full SHA
    b35085b View commit details
    Browse the repository at this point in the history