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

Update pytest-mock to 1.7.0 #287

Merged
merged 1 commit into from
Feb 20, 2018
Merged

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of pytest-mock available.
You are currently using 1.6.3. I have updated it to 1.7.0

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

Changelog

1.7.0


Incompatible change

  • pytest-mock no longer supports Python 2.6 and Python 3.3, following the lead of
    pytest and other projects in the community. Thanks hugovk_ for the PR (96_).

Packaging

  • Fix mock requirement in Python 2. Thanks ghisvail_ for the report (101_).

Internal

  • Some tests in pytest-mock's suite are skipped if assertion rewriting is disabled (102_).

.. _ghisvail: https://github.com/ghisvail
.. _hugovk: https://github.com/hugovk
.. _96: pytest-dev/pytest-mock#96
.. _101: pytest-dev/pytest-mock#101
.. _102: pytest-dev/pytest-mock#102

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

Happy merging! 🤖

@ghost ghost assigned pyup-bot Feb 16, 2018
@ghost ghost added the in progress label Feb 16, 2018
@codecov
Copy link

codecov bot commented Feb 16, 2018

Codecov Report

Merging #287 into master will increase coverage by 0.89%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #287      +/-   ##
=========================================
+ Coverage    97.3%   98.2%   +0.89%     
=========================================
  Files          14      14              
  Lines         223     223              
  Branches       10      10              
=========================================
+ Hits          217     219       +2     
  Misses          3       3              
+ Partials        3       1       -2
Impacted Files Coverage Δ
app/events/views.py 98.7% <0%> (+2.59%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98e037a...02731e5. Read the comment docs.

@FlowFX FlowFX merged commit 442a61d into master Feb 20, 2018
@FlowFX FlowFX deleted the pyup-update-pytest-mock-1.6.3-to-1.7.0 branch February 20, 2018 15:25
@ghost ghost removed the in progress label Feb 20, 2018
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