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

Initial Update #13

Merged
merged 5 commits into from
Dec 22, 2016
Merged

Initial Update #13

merged 5 commits into from
Dec 22, 2016

Conversation

pyup-bot
Copy link
Contributor

This is my first visit to this fine repo so I have bundled all updates in a single pull request to make things easier for you to merge.

Close this pull request and delete the branch if you want me to start with single pull requests right away

Here's the executive summary:

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-mock 1.4.0 » 1.5.0 PyPI | Changelog | Repo
flake8 2.5.4 » 3.2.1 PyPI | Repo
sphinx 1.5.1 » 1.5.1 PyPI | Homepage
alabaster 0.7.9 » 0.7.9 PyPI | Docs
vulture 0.8.1 » 0.11 PyPI | Changelog | Repo

Changelogs

pytest-mock 1.4.0 -> 1.5.0

1.5.0


  • New mocker.mock_module variable points to the underlying mock module being used
    (unittest.mock or mock).
    Thanks blueyed_ for the request (71_).

.. _71: pytest-dev/pytest-mock#71

vulture 0.8.1 -> 0.11

0.11


  • Use the system's default encoding when reading files.
  • Report syntax errors instead of aborting.

0.10


  • Detect unused function and method arguments (issue 15).
  • Detect unused *args and **kwargs parameters.
  • Change license from GPL to MIT.

0.9


  • Don't flag attributes as unused if they are used as global variables
    in another module (thanks Florian Bruhin).
  • Don't consider "True" and "False" variable names.
  • Abort with error message when invoked on .pyc files.

Once you have closed this pull request, I'll create seperate pull requests for every update as soon as I find them.

That's it for now!

Happy merging! 🤖

@codecov-io
Copy link

codecov-io commented Dec 22, 2016

Current coverage is 80.60% (diff: 100%)

Merging #13 into master will not change coverage

@@             master        #13   diff @@
==========================================
  Files             7          7          
  Lines           464        464          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            374        374          
  Misses           90         90          
  Partials          0          0          

Powered by Codecov. Last update 97697f4...57dbc63

@tony tony merged commit f5ae727 into master Dec 22, 2016
@tony tony deleted the pyup-initial-update branch December 22, 2016 22:02
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