Skip to content

4.6.5

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 09 Aug 12:04

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 and tmpdir 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 handles xfail(strict=True) markers properly.

  • #5650: Improved output when parsing an ini configuration file fails.