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

Change pytest deprecation warnings into errors for 6.0 release #7362

Merged
merged 6 commits into from Jul 23, 2020

Commits on Jul 11, 2020

  1. Configuration menu
    Copy the full SHA
    4db3878 View commit details
    Browse the repository at this point in the history
  2. Suppress MINUS_K_COLON and MINUS_K_DASH warnings until 6.1

    They were introduced near 6.0 release where we turn deprecation
    warnings into errors, so we need to turn those warnings off until 6.1.
    
    Related to pytest-dev#7361
    nicoddemus committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    12d0e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1185a2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d134e76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90d5433 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Update changelog/5584.breaking.rst

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    nicoddemus and hugovk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    fe269ce View commit details
    Browse the repository at this point in the history