acceptable-action-74245
06/17/2024, 6:11 PMpytest fixtures to perform some setup/teardown of test users / test tenants in my backend system during integration tests, and originally banked on being able to single ctrl-c pytest to stop tests but still finish the fixture teardown. It seems like with pants -> pytest, interrupting the pants --tag="integ" test :: target is just instantly killing pytest. Is there any way I can preserve the teardown on interrupt?