aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pytest_4.6.9.bb
AgeCommit message (Collapse)Author
2020-01-18python-pytest: update 4.6.6 -> 4.6.9Tim Orling
Upstream release notes: * pytest 4.6.9 (2020-01-04) - Bug Fixes #6301: Fix assertion rewriting for egg-based distributions and editable installs (pip install --editable). * pytest 4.6.8 (2019-12-19) - Features #5471: JUnit XML now includes a timestamp and hostname in the testsuite tag. - Bug Fixes #5430: junitxml: Logs for failed test are now passed to junit report in case the test fails during call phase. - Trivial/Internal Changes #6345: Pin colorama to 0.4.1 only for Python 3.4 so newer Python versions can still receive colorama updates. * 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). License-Update: Update license year to include 2020 Signed-off-by: Tim Orling <ticotimo@gmail.com>