Hello All, We have complex enough (several stages of putting the test environment into some condition) code which should be executed in all cases regardless of test setup result (fixture setup).
Since finalizer for fixture will not be called in case its (fixture) setup failed we've put some calls to pytest_sessionfinish as a temporary workaround but we need to find a way how to call finalizer code explicitly. Could you please suggest how to achieve that? Thank you in advance! -Andrii
_______________________________________________ Pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
