How to `pytest_exception_interact` to modify test results...
How to Given the following tests, is it possible to usepytest_exception_interact(or any other hook) to catchBarErrand marktest_bar1andtest_bar2as successful (or skipped)? classFooErr(Exception):passclassBarErr(