Skip to content

Update pytest to 3.2.5#76

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pytest-3.2.3-to-3.2.5
Closed

Update pytest to 3.2.5#76
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pytest-3.2.3-to-3.2.5

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

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

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

Changelog

3.2.5

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

Bug Fixes

  • Remove py<1.5 restriction from pytest as this can cause version
    conflicts in some installations. (2926 <https://github.com/pytest-dev/pytest/issues/2926>_)

3.2.4

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

Bug Fixes

  • Fix the bug where running with --pyargs will result in items with
    empty parent.nodeid if run from a different root directory. (2775 <https://github.com/pytest-dev/pytest/issues/2775>_)
  • Fix issue with pytest.parametrize if argnames was specified as keyword arguments.
    (2819 <https://github.com/pytest-dev/pytest/issues/2819>_)
  • Strip whitespace from marker names when reading them from INI config. (2856 <https://github.com/pytest-dev/pytest/issues/2856>_)
  • Show full context of doctest source in the pytest output, if the line number of
    failed example in the docstring is < 9. (2882 &lt;https://github.com/pytest-dev/pytest/issues/2882&gt;_)
  • Match fixture paths against actual path segments in order to avoid matching folders which share a prefix.
    (2836 &lt;https://github.com/pytest-dev/pytest/issues/2836&gt;_)

Improved Documentation

  • Introduce a dedicated section about conftest.py. (1505 &lt;https://github.com/pytest-dev/pytest/issues/1505&gt;_)
  • Explicitly mention xpass in the documentation of xfail. (1997 &lt;https://github.com/pytest-dev/pytest/issues/1997&gt;_)
  • Append example for pytest.param in the example/parametrize document. (2658 &lt;https://github.com/pytest-dev/pytest/issues/2658&gt;_)
  • Clarify language of proposal for fixtures parameters (2893 &lt;https://github.com/pytest-dev/pytest/issues/2893&gt;_)
  • List python 3.6 in the documented supported versions in the getting started
    document. (2903 &lt;https://github.com/pytest-dev/pytest/issues/2903&gt;_)
  • Clarify the documentation of available fixture scopes. (538 &lt;https://github.com/pytest-dev/pytest/issues/538&gt;_)
  • Add documentation about the python -m pytest invocation adding the
    current directory to sys.path. (911 &lt;https://github.com/pytest-dev/pytest/issues/911&gt;_)

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

Happy merging! 🤖

@pyup-bot pyup-bot mentioned this pull request Nov 15, 2017
@coveralls
Copy link
Copy Markdown

coveralls commented Nov 15, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 77f9fd0 on pyup-update-pytest-3.2.3-to-3.2.5 into 7b264ea on master.

@pyup-bot
Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #83

@pyup-bot pyup-bot closed this Nov 28, 2017
@s-m-i-t-a s-m-i-t-a deleted the pyup-update-pytest-3.2.3-to-3.2.5 branch November 28, 2017 02:25
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