Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2020

This PR contains the following updates:

Package Update Change
pytest (source) patch ==4.6.9 -> ==4.6.11

Release Notes

pytest-dev/pytest

v4.6.11

Compare Source

Bug Fixes

  • #​6334: Fix summary entries appearing twice when f/F and s/S report chars were used at the same time in the -r command-line option (for example -rFf).

    The upper case variants were never documented and the preferred form should be the lower case.

  • #​7310: Fix UnboundLocalError: local variable 'letter' referenced before assignment in _pytest.terminal.pytest_report_teststatus()
    when plugins return report objects in an unconventional state.

    This was making pytest_report_teststatus() skip
    entering if-block branches that declare the letter variable.

    The fix was to set the initial value of the letter before
    the if-block cascade so that it always has a value.

v4.6.10

Compare Source

  • #​6870: New Config.invocation_args attribute containing the unchanged arguments passed to pytest.main().

    Remark: while this is technically a new feature and according to our policy it should not have been backported, we have opened an exception in this particular case because it fixes a serious interaction with pytest-xdist, so it can also be considered a bugfix.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pytest-4.x branch from 8e6f327 to 3a77a21 Compare August 26, 2020 04:05
@renovate renovate bot force-pushed the renovate/pytest-4.x branch from 3a77a21 to 12606ad Compare August 26, 2020 04:05
@renovate renovate bot changed the title Update dependency pytest to v4.6.11 Update dependency pytest to v4.6.11 - autoclosed Aug 26, 2020
@renovate renovate bot closed this Aug 26, 2020
@renovate renovate bot deleted the renovate/pytest-4.x branch August 26, 2020 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant