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

Do not ignore missing type imports from pytest #590

Merged
merged 2 commits into from
Oct 8, 2020

Commits on Oct 8, 2020

  1. Install pytest into Nox session for mypy

    The pytest 6.0.0 release added support for static typing, with types distributed
    inline with the package (as per PEP 561). This means that we need to install
    pytest for mypy to be able to access the type information.
    cjolowicz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    dbcea29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27d9e0 View commit details
    Browse the repository at this point in the history