Skip to content

4.6.8

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 19 Dec 23:50
· 5579 commits to main since this release

pytest 4.6.8 (2019-12-19)

Features

  • #5471: JUnit
    XML now includes a timestamp and hostname in the testsuite tag.

Bug Fixes

  • #5430:
    junitxml: Logs for failed test are now passed to junit report in
    case the test fails during call phase.

Trivial/Internal Changes

  • #6345: Pin
    colorama to 0.4.1 only for Python 3.4 so newer Python versions
    can still receive colorama updates.