Skip to content

5.3.3

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 17 Jan 11:06
544b4a1

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.