4.6.7
pytest 4.6.7 (2019-12-05)
Bug Fixes
- #5477: The XML
file produced by--junitxmlnow correctly contain a<testsuites>
root element. - #6044: Properly
ignoreFileNotFoundError(OSError.errno == NOENTin Python 2)
exceptions when trying to remove old temporary directories, for
instance when multiple processes try to remove the same directory
(common withpytest-xdistfor example).