Skip to content
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

Bump pytest from 3.8.1 to 3.8.2 #198

Merged
merged 1 commit into from Oct 3, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pytest from 3.8.1 to 3.8.2.

Changelog

Sourced from pytest's changelog.

pytest 3.8.2 (2018-10-02)

Deprecations and Removals

  • #4036 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4036>_: The item parameter of pytest_warning_captured hook is now documented as deprecated. We realized only after
    the 3.8 release that this parameter is incompatible with pytest-xdist.

    Our policy is to not deprecate features during bugfix releases, but in this case we believe it makes sense as we are
    only documenting it as deprecated, without issuing warnings which might potentially break test suites. This will get
    the word out that hook implementers should not use this parameter at all.

    In a future release item will always be None and will emit a proper warning when a hook implementation
    makes use of it.

Bug Fixes

  • #3539 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3539>_: Fix reload on assertion rewritten modules.

  • #4034 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4034>_: The .user_properties attribute of TestReport objects is a list
    of (name, value) tuples, but could sometimes be instantiated as a tuple
    of tuples. It is now always a list.

  • #4039 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4039>_: No longer issue warnings about using pytest_plugins in non-top-level directories when using --pyargs: the
    current --pyargs mechanism is not reliable and might give false negatives.

  • #4040 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4040>_: Exclude empty reports for passed tests when -rP option is used.

  • #4051 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4051>_: Improve error message when an invalid Python expression is passed to the -m option.

  • #4056 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4056>_: MonkeyPatch.setenv and MonkeyPatch.delenv issue a warning if the environment variable name is not str on Python 2.

    In Python 2, adding unicode keys to os.environ causes problems with subprocess (and possible other modules),
    making this a subtle bug specially susceptible when used with from __future__ import unicode_literals.

Improved Documentation

  • #3928 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3928>_: Add possible values for fixture scope to docs.
... (truncated)
Commits
  • d3673c7 Preparing release version 3.8.2
  • 25fe370 Merge pull request #4056 from nicoddemus/unicode-vars
  • 1a323fb Show a warning when non-str is given to Monkeypatch.setenv
  • 9d971d3 Hide internal pytest.warns traceback
  • bc009a8 Fix test to comply with pypy 6.0
  • 5e7d427 Merge pull request #4060 from nicoddemus/4051-changelog
  • dd59ed3 Merge pull request #4059 from labcodes/documenting-scopes
  • 20d0f0e Improve changelog for #4051
  • d24a7e6 Issue warning if Monkeypatch.setenv/delenv receive non-strings in Python 2
  • 4dc73bd Update changelog
  • 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.8.1 to 3.8.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@3.8.1...3.8.2)

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

coveralls commented Oct 3, 2018

Pull Request Test Coverage Report for Build 327

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 321: 0.0%
Covered Lines: 975
Relevant Lines: 975

💛 - Coveralls

@sobolevn sobolevn merged commit b0c8921 into master Oct 3, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.8.2 branch October 3, 2018 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants