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

Ignore some warnings #75

Merged
merged 1 commit into from
Nov 18, 2019
Merged

Ignore some warnings #75

merged 1 commit into from
Nov 18, 2019

Commits on Nov 18, 2019

  1. Ignore some warnings

    We do not have control about any of these warnings except the last one.
    And that one is harmless in a testing context.
    
    Maintaining a list of these filters is cumbersome. I wish there was some
    way to automatically ignore all warnings caused by third party code, but
    unfortunately I don't think there currently is. I've opened
    pytest-dev/pytest#6191
    to discuss this.
    
    I still think it is worthwhile to filter these warnings, because
    otherwise they drown out those warnings that are actually relevant.
    timokau committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4c2d922 View commit details
    Browse the repository at this point in the history