Skip to content

Bump pytest from 6.1.0 to 6.1.1

WKDV Bot requested to merge dependabot/pip/pytest-6.1.1 into develop

Bumps pytest from 6.1.0 to 6.1.1.

Release notes

Sourced from pytest's releases.

6.1.1

pytest 6.1.1 (2020-10-03)

Bug Fixes

  • #7807: Fixed regression in pytest 6.1.0 causing incorrect rootdir to be determined in some non-trivial cases where parent directories have config files as well.
  • #7814: Fixed crash in header reporting when testpaths is used and contains absolute paths (regression in 6.1.0).
Commits
  • 0ad20b5 Prepare release version 6.1.1
  • 9df5267 Merge pull request #7842 from bluetech/backport-7817
  • 1521849 terminal: fix crash in header reporting when absolute testpaths is used
  • bcb94c4 Merge pull request #7822 from bluetech/backport-7813
  • 0f83df4 Merge pull request #7813 from bluetech/findpaths-confusion
  • 330caac [6.1.x] Improve docs about plugin discovery/loading at startup (#7803)
  • 08a1ab3 Merge pull request #7797 from pytest-dev/release-6.1.0
  • See full diff in compare view

Merge request reports