- Fix typo in plugin name. (#13)
- Require Python 3.8.
- Updated to use
pytest.hookimpl
fixing DeprecationWarning (#4).
- register "flaky" mark
- Drop support for python 2.7, 3.4, 3.5.
- Add support for python 3.8, 3.9.
- Support pytest > 6.0
- replace function removed by pytest version 4.1.0
- fix installation using setup.py
- initial release