Skip to content

5.2.2

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 25 Oct 00:09
· 4905 commits to main since this release

pytest 5.2.2 (2019-10-24)

Bug Fixes

  • #5206: Fix
    --nf to not forget about known nodeids with partial
    test selection.
  • #5906: Fix
    crash with KeyboardInterrupt during --setup-show.
  • #5946: Fixed
    issue when parametrizing fixtures with numpy arrays (and possibly
    other sequence-like types).
  • #6044: Properly
    ignore FileNotFoundError exceptions when trying to remove old
    temporary directories, for instance when multiple processes try to
    remove the same directory (common with pytest-xdist for example).