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

Scheduled monthly dependency update for October #23

Merged
merged 2 commits into from
Oct 16, 2017

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Oct 1, 2017

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

pytest 3.2.1 » 3.2.2 PyPI | Changelog | Repo | Homepage
pytest-mock 1.6.2 » 1.6.3 PyPI | Changelog | Repo

Changelogs

pytest 3.2.1 -> 3.2.2

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>_)

pytest-mock 1.6.2 -> 1.6.3

1.6.3


  • Fix UnicodeDecodeError during assert introspection in assert_called_with in Python 2.
    Thanks AndreasHogstrom_ for the report (91_).

.. _AndreasHogstrom: https://github.com/AndreasHogstrom

.. _91: pytest-dev/pytest-mock#91

That's it for now!

Happy merging! 🤖

@codecov
Copy link

codecov bot commented Oct 1, 2017

Codecov Report

Merging #23 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files           3        3           
  Lines         148      148           
  Branches       24       24           
=======================================
  Hits          144      144           
  Misses          3        3           
  Partials        1        1

@samuelcolvin samuelcolvin merged commit d001fe0 into master Oct 16, 2017
@samuelcolvin samuelcolvin deleted the pyup-scheduled-update-10-01-2017 branch October 16, 2017 11:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants