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.5.0 to 3.5.1 #40

Merged
merged 1 commit into from
May 17, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link

Bumps pytest from 3.5.0 to 3.5.1.

Changelog

Sourced from pytest's changelog.

Pytest 3.5.1 (2018-04-23)

Bug Fixes

  • Reset sys.last_type, sys.last_value and sys.last_traceback before
    each test executes. Those attributes are added by pytest during the test run
    to aid debugging, but were never reset so they would create a leaking
    reference to the last failing test's frame which in turn could never be
    reclaimed by the garbage collector. (#2798 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/2798>_)

  • pytest.raises now raises TypeError when receiving an unknown keyword
    argument. (#3348 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3348>_)

  • pytest.raises now works with exception classes that look like iterables.
    (#3372 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3372>_)

Improved Documentation

  • Fix typo in caplog fixture documentation, which incorrectly identified
    certain attributes as methods. (#3406 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3406>_)

Trivial/Internal Changes

  • Added a more indicative error message when parametrizing a function whose
    argument takes a default value. (#3221 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3221>_)

  • Remove internal _pytest.terminal.flatten function in favor of
    more_itertools.collapse. (#3330 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3330>_)

  • Import some modules from collections.abc instead of collections as
    the former modules trigger DeprecationWarning in Python 3.7. (#3339 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3339>_)

  • record_property is no longer experimental, removing the warnings was
    forgotten. (#3360 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3360>_)

  • Mention in documentation and CLI help that fixtures with leading _ are
    printed by pytest --fixtures only if the -v option is added. (#3398 <https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3398>_)

... (truncated)
Commits
  • 4a92011 Fix note about importing from collections.abc
  • f05230c Move #3221 to trivial section in the CHANGELOG
  • 8d56641 Preparing release version 3.5.1
  • 2a480c5 Merge pull request #3367 from brianmaissy/feature/indicative_error_for_parame...
  • f008460 Merge pull request #3407 from rachel1792/master
  • cefeba3 Update changelog formatting
  • 1cc79ff Merge pull request #3408 from MarSoft/patch-2
  • d801576 Fix typo in the comment
  • 48c99f6 add changelog
  • 8ff8a82 Merge branch 'master' of github.com:pytest-dev/pytest
  • 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 ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • 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.5.0 to 3.5.1.
- [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.5.0...3.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.475% when pulling 977cfb0 on dependabot/pip/pytest-3.5.1 into 326cfdc on master.

@andriyko andriyko merged commit efe5c4d into master May 17, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-3.5.1 branch May 17, 2018 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants