Skip to content

5.4.3

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 02 Jun 16:44
· 3908 commits to main since this release

pytest 5.4.3 (2020-06-02)

Bug Fixes

  • #6428: Paths appearing in error messages are now correct in case the current working directory has
    changed since the start of the session.
  • #6755: Support deleting paths longer than 260 characters on windows created inside tmpdir.
  • #6956: Prevent pytest from printing ConftestImportFailure traceback to stdout.
  • #7150: Prevent hiding the underlying exception when ConfTestImportFailure is raised.
  • #7215: Fix regression where running with --pdb would call the tearDown methods of unittest.TestCase
    subclasses for skipped tests.