You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why I want this: my package tests should be able to work with various versions of trio, including those prior to having any strict_exception_groups option.
Perhaps it should be a fixture, or maybe a mark - either way it'd be good to offer either forcing it to be true, false, or parametrising the test to run in both modes.
I'd like to set something in
pytest.ini
to callrun()
with a certainstrict_exception_groups
value, so that it affectsnursery
fixtures, etc.The text was updated successfully, but these errors were encountered: