Skip to content

Releases: pytest-dev/pytest-forked

v1.4.0

10 Dec 15:46
Compare
Choose a tag to compare
  • Dropped support for Python 2.7 and 3.5.
  • Added official support for Python 3.10.

v1.3.0

27 Jul 19:38
v1.3.0
1477356
Compare
Choose a tag to compare
  • Add support for pytest 6 (issue #45 / PR #46)
  • Replace @pytest.mark.tryfirst with newer @pytest.hookimpl (PR #46)
  • Invoke pytest_runtest_logstart and pytest_runtest_logfinish hooks in runtest_protocol (issue #31 / PR #46)

v1.2.0

25 Jun 13:16
a2ef5e8
Compare
Choose a tag to compare
  • Add limited support for xfail marker (issue #33 / PR #34).
  • Fix support for pytest 5.4.0+ (issue #30 / PR #32).
  • Drop support for Python 3.4 as it is EOL (PR #39).