openhsr / connect

Die offene HSR Mapper Alternative
GNU General Public License v3.0
6 stars 2 forks source link

Scheduled monthly dependency update for July #81

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

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.1.1 » 3.1.2 PyPI | Changelog | Repo | Homepage
ruamel.yaml 0.15.4 » 0.15.16 PyPI | Changelog | Repo
keyring 10.3.3 » 10.4.0 PyPI | Changelog | Repo

Changelogs

pytest 3.1.1 -> 3.1.2

3.1.2

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

Bug Fixes

  • Required options added via pytest_addoption will no longer prevent using --help without passing them. (1999)

  • Respect python_files in assertion rewriting. (2121)

  • Fix recursion error detection when frames in the traceback contain objects that can't be compared (like numpy arrays). (2459)

  • UnicodeWarning is issued from the internal pytest warnings plugin only when the message contains non-ascii unicode (Python 2 only). (2463)

  • Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests's FDCapture. Other code using console handles might still be affected by the very same issue and might require further workarounds/fixes, i.e. colorama. (2467)

Improved Documentation

  • Fix internal API links to pluggy objects. (2331)

  • Make it clear that pytest.xfail stops test execution at the calling point and improve overall flow of the skipping docs. (810)

keyring 10.3.3 -> 10.4.0

10.4.0


  • 279: In Kwallet, pass mainloop to SessionBus.

  • 278: Unpin pywin32-ctypes, but blacklist known incompatible versions.

That's it for now!

Happy merging! 🤖