Skip to content

Commit

Permalink
Recommend 'pip list --outdated' instead of using pip-review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Feb 17, 2015
1 parent 466bbbb commit 691ae5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/topics/project-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ When a translator has finished translating their work needs to be downloaded fro

All our test requirements are pinned to exact versions, in order to ensure that our test runs are reproducible. We maintain the requirements in the `requirements` directory. The requirements files are referenced from the `tox.ini` configuration file, ensuring we have a single source of truth for package versions used in testing.

You can check if there are any packages available at a newer version, by using the `pip-review` tool.
You can check if there are any packages available at a newer version, by using the `pip list --outdated`.

Package upgrades should generally be treated as isolated pull requests. Also note that the `pip-dump` command does not work gracefully with our requirements layout style, so any edits should be made manually.

Expand Down
3 changes: 0 additions & 3 deletions requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ twine==1.4.0

# Transifex client for managing translation resources.
transifex-client==0.10

# The pip-review tool for checking package upgrades.
pip-tools==0.3.5

0 comments on commit 691ae5b

Please sign in to comment.