pytest v5.4.3 Release Notes

Release Date: 2020-06-02 // almost 4 years ago
  • โœ… 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.