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

Scheduled weekly dependency update for week 37 #55

Merged
merged 3 commits into from
Sep 12, 2017

Conversation

pyup-bot
Copy link
Collaborator

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.

async-timeout 1.3.0 » 1.4.0 PyPI | Changelog | Repo
pytest 3.2.1 » 3.2.2 PyPI | Changelog | Repo | Homepage
aiopg 0.13.0 » 0.13.1 PyPI | Changelog | Docs

Changelogs

async-timeout 1.3.0 -> 1.4.0

1.4.0


  • Implement remaining property (20)
  • If timeout is not started yet or started unconstrained:
    remaining is None
  • If timeout is expired: remaining is 0.0
  • All others: roughly amount of time before TimeoutError is triggered

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

aiopg 0.13.0 -> 0.13.1

0.13.1

^^^^^^^^^^^^^^^^^^^

  • Added connection poll recycling logic 373

That's it for now!

Happy merging! 🤖

@coveralls
Copy link

coveralls commented Sep 11, 2017

Coverage Status

Coverage remained the same at 75.039% when pulling 1bd83e2 on pyup-scheduled-update-09-11-2017 into 8b27be3 on master.

@nsavch nsavch merged commit 105f45c into master Sep 12, 2017
@nsavch nsavch deleted the pyup-scheduled-update-09-11-2017 branch September 12, 2017 10:33
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.

3 participants