pytest v5.3.2 Release Notes

Release Date: 2019-12-14 // over 4 years ago
  • โœ… 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).