Skip to content

Update pytest to 3.2.2#9

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pytest-3.2.1-to-3.2.2
Closed

Update pytest to 3.2.2#9
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pytest-3.2.1-to-3.2.2

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Sep 7, 2017

There's a new version of pytest available.
You are currently using 3.2.1. I have updated it to 3.2.2

These links might come in handy: PyPI | Changelog | Repo | Homepage

Changelog

3.2.2

=========================

Bug Fixes

  • Calling the deprecated request.getfuncargvalue() now shows the source of
    the call. (2681 <https://github.com/pytest-dev/pytest/issues/2681>_)
  • Allow tests declared as staticmethod to use fixtures. (2699 <https://github.com/pytest-dev/pytest/issues/2699>_)
  • Fixed edge-case during collection: attributes which raised pytest.fail
    when accessed would abort the entire collection. (2707 <https://github.com/pytest-dev/pytest/issues/2707>_)
  • Fix ReprFuncArgs with mixed unicode and UTF-8 args. (2731 <https://github.com/pytest-dev/pytest/issues/2731>_)

Improved Documentation

  • In examples on working with custom markers, add examples demonstrating the
    usage of pytest.mark.MARKER_NAME.with_args in comparison with
    pytest.mark.MARKER_NAME.__call__ (2604 <https://github.com/pytest-dev/pytest/issues/2604>_)
  • In one of the simple examples, use pytest_collection_modifyitems() to skip
    tests based on a command-line option, allowing its sharing while preventing a
    user error when acessing pytest.config before the argument parsing. (2653 <https://github.com/pytest-dev/pytest/issues/2653>_)

Trivial/Internal Changes

  • Fixed minor error in 'Good Practices/Manual Integration' code snippet.
    (2691 <https://github.com/pytest-dev/pytest/issues/2691>_)
  • Fixed typo in goodpractices.rst. (2721 <https://github.com/pytest-dev/pytest/issues/2721>_)
  • Improve user guidance regarding --resultlog deprecation. (2739 <https://github.com/pytest-dev/pytest/issues/2739>_)

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@coveralls
Copy link

coveralls commented Sep 7, 2017

Coverage Status

Coverage increased (+0.1%) to 61.372% when pulling 7ff7cbc on pyup-update-pytest-3.2.1-to-3.2.2 into d300a8c on master.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Oct 4, 2017

Closing this in favor of #15

@pyup-bot pyup-bot closed this Oct 4, 2017
@fifman fifman deleted the pyup-update-pytest-3.2.1-to-3.2.2 branch October 4, 2017 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments