pytest v4.6.7 Release Notes

Release Date: 2019-12-06 // over 4 years ago
  • โœ… pytest 4.6.7 (2019-12-05)

    ๐Ÿ› Bug Fixes

    • โœ… #5477: The XML
      โœ… file produced by --junitxml now correctly contain a <testsuites>
      root element.
    • โœ… #6044: Properly
      ignore FileNotFoundError (OSError.errno == NOENT in Python 2)
      ๐Ÿšš 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).