pytest v5.3.3 Release Notes

Release Date: 2020-01-17 // about 4 years ago
  • โœ… pytest 5.3.3 (2020-01-16)

    ๐Ÿ› Bug Fixes

    • โœ… #2780: Captured
      output during teardown is shown with -rP.
    • โœ… #5971: Fix a
      โœ… pytest-xdist crash when dealing with exceptions raised in
      subprocesses created by the multiprocessing module.
    • โœ… #6436:
      ๐Ÿ›  FixtureDef <_pytest.fixtures.FixtureDef> objects now properly
      register their finalizers with autouse and parameterized fixtures
      that execute before them in the fixture stack so they are torn down
      at the right times, and in the right order.
    • โœ… #6532: Fix
      โœ… parsing of outcomes containing multiple errors with testdir
      results (regression in 5.3.0).

    Trivial/Internal Changes

    • โœ… #6350:
      โšก๏ธ Optimized automatic renaming of test parameter IDs.