Skip to content

5.3.2

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 14 Dec 13:38
7f24cc2

pytest 5.3.2 (2019-12-13)

Improvements

  • #4639: Revert
    "A warning is now issued when assertions are made for None".

    The warning proved to be less useful than initially expected and had
    quite a few false positive cases.

Bug Fixes

  • #5430:
    junitxml: Logs for failed test are now passed to junit report in
    case the test fails during call phase.
  • #6290: The
    supporting files in the .pytest_cache directory are kept with
    --cache-clear, which only clears cached values now.
  • #6301: Fix
    assertion rewriting for egg-based distributions and editable
    installs (pip install --editable).