Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 478 Bytes

NEWS.rst

File metadata and controls

42 lines (26 loc) · 478 Bytes

v2.2.1

Bugfixes

  • Fix typo in plugin name. (#13)

2.2.0

  • Require Python 3.8.

2.1.0

  • Updated to use pytest.hookimpl fixing DeprecationWarning (#4).

2.0.0

  • 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

1.0.0

  • replace function removed by pytest version 4.1.0

0.1.1

  • fix installation using setup.py

0.1.0

  • initial release