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

REV: Loosen lookfor's import try/except again #22387

Merged
merged 1 commit into from Oct 6, 2022

Commits on Oct 5, 2022

  1. REV: Losen lookfor's import try/except again (numpy#22356)

    Some BaseExceptions (at least the Skipped that pytest uses) need to
    be caught as well.  It seems easiest to be practical and keep ignoring
    almost all exception in this particular code path.
    
    Effectively reverts parts of numpygh-19393
    
    Closes numpygh-22345
    
    Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
    2 people authored and charris committed Oct 5, 2022
    Copy the full SHA
    6b08030 View commit details
    Browse the repository at this point in the history