- nose support has been removed. - Python 3.12 supported. - Bugfixes
3.7.0
++++++++++++++++++
- Flaky now retries tests which fail during setup.
3.6.1
++++++++++++++++++
**Bugfixes** - Reraise ``KeyboardInterrupt`` when running tests under pytest.
3.6.0
++++++++++++++++++
- Do not print an empty report if no tests marked 'flaky' were run at all (116). NOTE: This change could be breaking if you relied on the flaky report being printed.
3.5.3
++++++++++++++++++
- Add rerun_filter parameter to _make_test_flaky
3.5.2
++++++++++++++++++
**Bugfixes** - Fall back to old pytest marker API for older pytest version (``get_marker`` vs ``iter_markers``).