Skip to content

Commit

Permalink
[#1155] Explain how to pin the latest uncompatible version in require…
Browse files Browse the repository at this point in the history
…ments.in
  • Loading branch information
vitorbaptista committed Nov 11, 2013
1 parent 352b4ca commit 1a188b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/upgrading-dependencies.rst
Expand Up @@ -50,7 +50,9 @@ Steps to upgrade

- If not, try to fix the problem. If it's too complicated, pinpoint which
dependency's version broke our tests, find an older version that still
works, and add it to ``requirements.in``. Go back to step 1.
works, and add it to ``requirements.in`` (i.e., if ``python-dateutil``
2.0.0 broke CKAN, you'd add ``python-dateutil>=1.5.0,<2.0.0``). Go back to
step 1.

#. Navigate a bit on CKAN to make sure the tests didn't miss anything. Review
the dependencies changes and their changelogs. If everything seems fine, go
Expand Down

0 comments on commit 1a188b0

Please sign in to comment.