-
Notifications
You must be signed in to change notification settings - Fork 10
build(deps): bump pytest from 4.4.0 to 4.6.2 #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.0 to 4.6.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@4.4.0...4.6.2)
Owner
|
bors r+ |
bors bot
added a commit
that referenced
this pull request
Jun 4, 2019
58: build(deps): bump pytest from 4.4.0 to 4.6.2 r=whtsky a=dependabot-preview[bot] Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.0 to 4.6.2. <details> <summary>Changelog</summary> *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 4.6.2 (2019-06-03) > ========================= > > Bug Fixes > --------- > > - [\#5370](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5370): Revert unrolling of `all()` to fix `NameError` on nested comprehensions. > - [\#5371](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5371): Revert unrolling of `all()` to fix incorrect handling of generators with `if`. > - [\#5372](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5372): Revert unrolling of `all()` to fix incorrect assertion when using `all()` in an expression. > > pytest 4.6.1 (2019-06-02) > ========================= > > Bug Fixes > --------- > > - [\#5354](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5354): Fix `pytest.mark.parametrize` when the argvalues is an iterator. > - [\#5358](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5358): Fix assertion rewriting of `all()` calls to deal with non-generators. > > pytest 4.6.0 (2019-05-31) > ========================= > > Important > --------- > > The `4.6.X` series will be the last series to support **Python 2 and Python 3.4**. > > For more details, see our [Python 2.7 and 3.4 support plan](https://docs.pytest.org/en/latest/py27-py34-deprecation.html). > > Features > -------- > > - [\#4559](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4559): Added the `junit_log_passing_tests` ini value which can be used to enable or disable logging of passing test output in the Junit XML file. > - [\#4956](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4956): pytester's `testdir.spawn` uses `tmpdir` as HOME/USERPROFILE directory. > - [\#5062](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5062): Unroll calls to `all` to full for-loops with assertion rewriting for better failure messages, especially when using Generator Expressions. > - [\#5063](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5063): Switch from `pkg_resources` to `importlib-metadata` for entrypoint detection for improved performance and import time. > - [\#5091](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5091): The output for ini options in `--help` has been improved. > - [\#5269](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5269): `pytest.importorskip` includes the `ImportError` now in the default `reason`. > - [\#5311](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5311): Captured logs that are output for each failing test are formatted using the ColoredLevelFormatter. > - [\#5312](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5312): Improved formatting of multiline log messages in Python 3. > > Bug Fixes > --------- > > - [\#2064](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2064): The debugging plugin imports the wrapped `Pdb` class (`--pdbcls`) on-demand now. > - [\#4908](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4908): The `pytest_enter_pdb` hook gets called with post-mortem (`--pdb`). > - [\#5036](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5036): Fix issue where fixtures dependent on other parametrized fixtures would be erroneously parametrized. > - [\#5256](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5256): Handle internal error due to a lone surrogate unicode character not being representable in Jython. > - [\#5257](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5257): Ensure that `sys.stdout.mode` does not include `'b'` as it is a text stream. > - [\#5278](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5278): Pytest's internal python plugin can be disabled using `-p no:python` again. ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`70f0b77`](pytest-dev/pytest@70f0b77) Preparing release version 4.6.2 - [`2a8b463`](pytest-dev/pytest@2a8b463) Merge pull request [#5376](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5376) from asottile/backport_5373 - [`12bf458`](pytest-dev/pytest@12bf458) Merge pull request [#5373](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5373) from asottile/revert_all_handling - [`114dba5`](pytest-dev/pytest@114dba5) Merge pull request [#5362](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5362) from asottile/release-4.6.1 - [`abb853f`](pytest-dev/pytest@abb853f) Preparing release version 4.6.1 - [`8208a37`](pytest-dev/pytest@8208a37) Merge pull request [#5361](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5361) from asottile/backport_5360 - [`f078984`](pytest-dev/pytest@f078984) Fix all() unroll for non-generators/non-list comprehensions ([#5360](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5360)) - [`dba62f8`](pytest-dev/pytest@dba62f8) [4.6] Fix `pytest.mark.parametrize` when the argvalue is an iterator ([#5357](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5357)) - [`f7bf914`](pytest-dev/pytest@f7bf914) Fix `pytest.mark.parametrize` when the argvalue is an iterator - [`917195e`](pytest-dev/pytest@917195e) Merge pull request [#5350](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5350) from asottile/release-4.6.0 - Additional commits viewable in [compare view](pytest-dev/pytest@4.4.0...4.6.2) </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=pytest&package-manager=pip&previous-version=4.4.0&new-version=4.6.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Contributor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps pytest from 4.4.0 to 4.6.2.
Changelog
Sourced from pytest's changelog.
Commits
70f0b77Preparing release version 4.6.22a8b463Merge pull request #5376 from asottile/backport_537312bf458Merge pull request #5373 from asottile/revert_all_handling114dba5Merge pull request #5362 from asottile/release-4.6.1abb853fPreparing release version 4.6.18208a37Merge pull request #5361 from asottile/backport_5360f078984Fix all() unroll for non-generators/non-list comprehensions (#5360)dba62f8[4.6] Fixpytest.mark.parametrizewhen the argvalue is an iterator (#5357)f7bf914Fixpytest.mark.parametrizewhen the argvalue is an iterator917195eMerge pull request #5350 from asottile/release-4.6.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump nowin your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.