4.6.5
Bug Fixes
-
#4344: Fix RuntimeError/StopIteration when trying to collect package with "init.py" only.
-
#5478: Fix encode error when using unicode strings in exceptions with
pytest.raises
. -
#5524: Fix issue where
tmp_path
andtmpdir
would not remove directories containing files marked as read-only,
which could lead to pytest crashing when executed a second time with the--basetemp
option. -
#5547:
--step-wise
now handlesxfail(strict=True)
markers properly. -
#5650: Improved output when parsing an ini configuration file fails.