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 the inherited exception class in tests #2

Merged
merged 1 commit into from
Sep 6, 2017

Commits on Sep 6, 2017

  1. Change the inherited exception class in tests

    As of pytest 3.2.0, the internal outcome class no longer inherits from
    Exception, rather from BaseException.
    
    This was reported in pytest-dev/pytest#580 and changed in pytest-dev/pytest#2490
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    dde85fd View commit details
    Browse the repository at this point in the history