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

Elevate warnings to errors in the test suite #6094

Merged
merged 9 commits into from Apr 12, 2022

Commits on Apr 11, 2022

  1. strict pytest

    graingert committed Apr 11, 2022
    Copy the full SHA
    8f794cd View commit details
    Browse the repository at this point in the history
  2. ignore current warnings

    graingert committed Apr 11, 2022
    Copy the full SHA
    3971dbf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6842cec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2bc990a View commit details
    Browse the repository at this point in the history
  5. replace warnings.catch_warnings with pytest.warns

    pytest.warns automatically configures warnings.simplefilter("always")
    graingert committed Apr 11, 2022
    Copy the full SHA
    640cdfc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7bfa0b8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    968b2be View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0dd67fa View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8f11999 View commit details
    Browse the repository at this point in the history