4.6.7
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
ignoreFileNotFoundError
(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 withpytest-xdist
for example).