Update dependency pytest to v4.6.11 #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.3.0->==4.6.11Release Notes
pytest-dev/pytest (pytest)
v4.6.11: pytest 4.6.11 (2020-06-04)Compare Source
Bug Fixes
#6334: Fix summary entries appearing twice when
f/Fands/Sreport chars were used at the same time in the-rcommand-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 assignmentin_pytest.terminal.pytest_report_teststatus()when plugins return report objects in an unconventional state.
This was making
pytest_report_teststatus()skipentering if-block branches that declare the
lettervariable.The fix was to set the initial value of the
letterbeforethe if-block cascade so that it always has a value.
v4.6.10: pytest 4.6.10 (2020-05-08)Compare Source
#6870: New
Config.invocation_argsattribute containing the unchanged arguments passed topytest.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.
v4.6.9Compare Source
pytest 4.6.9 (2020-01-04)
Bug Fixes
assertion rewriting for egg-based distributions and
editableinstalls (
pip install --editable).v4.6.8Compare Source
pytest 4.6.8 (2019-12-19)
Features
XML now includes a timestamp and hostname in the testsuite tag.
Bug Fixes
junitxml: Logs for failed test are now passed to junit report in
case the test fails during call phase.
Trivial/Internal Changes
coloramato0.4.1only for Python 3.4 so newer Python versionscan still receive colorama updates.
v4.6.7Compare Source
pytest 4.6.7 (2019-12-05)
Bug Fixes
file produced by
--junitxmlnow correctly contain a<testsuites>root element.
ignore
FileNotFoundError(OSError.errno == NOENTin Python 2)exceptions when trying to remove old temporary directories, for
instance when multiple processes try to remove the same directory
(common with
pytest-xdistfor example).v4.6.6Compare Source
pytest 4.6.6 (2019-10-11)
Bug Fixes
using multiple short options together in the command-line (for
example
-vs) in Python 3.8+.importlib_metadatabackport withimportlib.metadatafrom thestandard library on Python 3.8+.
"lexer" being used when uploading to bpaste.net from
--pastebinto "text".
warnings about deprecated
cmpattribute inattrs>=19.2.Trivial/Internal Changes
python version checks (detected by
flake8-2020) in case python4becomes a thing.
v4.6.5Compare Source
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_pathandtmpdirwould not remove directories containing files marked as read-only,which could lead to pytest crashing when executed a second time with the
--basetempoption.#5547:
--step-wisenow handlesxfail(strict=True)markers properly.#5650: Improved output when parsing an ini configuration file fails.
v4.6.4Compare Source
v4.6.3Compare Source
v4.6.2Compare Source
v4.6.1Compare Source
v4.6.0Compare Source
v4.5.0Compare Source
v4.4.2Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
v4.3.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR was generated by Mend Renovate. View the repository job log.