Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

--update-all and --interactive #96

Merged
merged 5 commits into from
Nov 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ To run the tests with test coverage, with ``pytest`` run something like
this::

$ pip install pytest-cover
$ pytest --cov hashin --cov-report html tests
$ pytest --cov=hashin --cov-report=html
$ open htmlcov/index.html


Expand Down Expand Up @@ -254,6 +254,11 @@ Version History

next

* ``--interactive`` (when you use ``--update-all``) will iterate over all outdated
versions in your requirements file and ask, for each one, if you want to
updated it.
See https://github.com/peterbe/hashin/issues/90

* Order of hashes should not affect if a package in the requirements file
should be replaced or not.
See https://github.com/peterbe/hashin/issues/93
Expand Down
Loading