5.3.2
pytest 5.3.2 (2019-12-13)
Improvements
-
#4639: Revert
"A warning is now issued when assertions are made forNone
".The warning proved to be less useful than initially expected and had
quite a few false positive cases.
Bug Fixes
- #5430:
junitxml: Logs for failed test are now passed to junit report in
case the test fails during call phase. - #6290: The
supporting files in the.pytest_cache
directory are kept with
--cache-clear
, which only clears cached values now. - #6301: Fix
assertion rewriting for egg-based distributions andeditable
installs (pip install --editable
).