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

Resolve pytest pluggy version conflict #1457

Merged

Commits on Oct 16, 2018

  1. Upgrade pytest to allow it work with pluggy 0.8.0

    Pluggy released a new version today but pytest 3.6.4 explicitly
    forbade it, so the urllib3 builds started to fail.  Pytest 3.8.2
    allows pluggy 0.8.0 so they will work with one another.
    toby cabot committed Oct 16, 2018
    Copy the full SHA
    41a665a View commit details
    Browse the repository at this point in the history
  2. Pin pluggy to 0.8.0

    This isn't strictly necessary, but it looks as if this project prefers
    to pin its dev dependencies to an exact version (probably to prevent
    what happened today when a pluggy release caused the urllib3 build to
    start failing).
    toby cabot committed Oct 16, 2018
    Copy the full SHA
    2f21ef8 View commit details
    Browse the repository at this point in the history