Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Bump pytest from 3.9.3 to 3.10.0 #219

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pytest from 3.9.3 to 3.10.0.

Changelog

Sourced from pytest's changelog.

pytest 3.10.0 (2018-11-03)

Features

  • #2619 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2619>_: Resume capturing output after continue with __import__("pdb").set_trace().

    This also adds a new pytest_leave_pdb hook, and passes in pdb to the
    existing pytest_enter_pdb hook.

  • #4147 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4147>_: Add --sw, --stepwise as an alternative to --lf -x for stopping at the first failure, but starting the next test invocation from that test. See the documentation <https://docs.pytest.org/en/latest/cache.html#stepwise>__ for more info.

  • #4188 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4188>_: Make --color emit colorful dots when not running in verbose mode. Earlier, it would only colorize the test-by-test output if --verbose was also passed.

  • #4225 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4225>_: Improve performance with collection reporting in non-quiet mode with terminals.

    The "collecting …" message is only printed/updated every 0.5s.

Bug Fixes

  • #2701 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2701>_: Fix false RemovedInPytest4Warning: usage of Session... is deprecated, please use pytest warnings.

  • #4046 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4046>_: Fix problems with running tests in package __init__.py files.

  • #4260 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4260>_: Swallow warnings during anonymous compilation of source.

  • #4262 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4262>_: Fix access denied error when deleting stale directories created by tmpdir / tmp_path.

  • #611 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/611>_: Naming a fixture request will now raise a warning: the request fixture is internal and
    should not be overwritten as it will lead to internal errors.

  • #4266 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4266>_: Handle (ignore) exceptions raised during collection, e.g. with Django's LazySettings proxy class.

Improved Documentation

  • #4255 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4255>_: Added missing documentation about the fact that module names passed to filter warnings are not regex-escaped.
... (truncated)
Commits
  • 3d88d18 Fixed linting
  • c2e906e Preparing release version 3.10.0
  • 1ec6805 Fix escape in code sample
  • 6befdf8 Merge remote-tracking branch 'upstream/master' into release-3.10.0
  • 4cb838d Merge pull request #4237 from boxed/master
  • 023e1c7 paths: use set and isdisjoint
  • 6ffa347 Handle dirs only once
  • 2b50911 Minor refactor for readability
  • a41820f collection: performance: use optimized parts function
  • 21725e9 Merge pull request #4285 from kchmck/fix-4046
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 cancel merge will cancel a previously requested merge
  • @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:

  • 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.

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.9.3 to 3.10.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@3.9.3...3.10.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 6, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 54a974c on dependabot/pip/pytest-3.10.0 into 0e6adf6 on master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 54a974c on dependabot/pip/pytest-3.10.0 into 0e6adf6 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 54a974c on dependabot/pip/pytest-3.10.0 into 0e6adf6 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 54a974c on dependabot/pip/pytest-3.10.0 into 0e6adf6 on master.

Copy link
Contributor

@stephendonner stephendonner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@stephendonner stephendonner merged commit 05d625f into master Nov 6, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.10.0 branch November 6, 2018 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants