Skip to content

pytest 8.0.0 (2024-01-27)

Compare
Choose a tag to compare
@bluetech bluetech released this 27 Jan 21:58
· 427 commits to main since this release

See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4!

Bug Fixes

  • #11842: Properly escape the reason of a skip <pytest.mark.skip ref>{.interpreted-text role="ref"} mark when writing JUnit XML files.
  • #11861: Avoid microsecond exceeds 1_000_000 when using log-date-format with %f specifier, which might cause the test suite to crash.