Skip to content

4.6.7

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 06 Dec 01:44
· 5585 commits to main since this release

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).