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

Conversation

charris
Copy link
Member

@charris charris commented Oct 5, 2022

Backport of #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 gh-19393

Closes gh-22345

Co-authored-by: Sebastian Berg sebastianb@nvidia.com

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>
@charris charris added 08 - Backport Used to tag backport PRs 34 - Reversion Reversion of previous commit or merge labels Oct 5, 2022
@charris charris added this to the 1.23.4 release milestone Oct 5, 2022
@charris charris merged commit a35df7c into numpy:maintenance/1.23.x Oct 6, 2022
@charris charris deleted the backport-22356 branch October 6, 2022 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
08 - Backport Used to tag backport PRs 34 - Reversion Reversion of previous commit or merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants