Skip to content

Commit

Permalink
docs: document how requirements.txt is updated
Browse files Browse the repository at this point in the history
we should update this document once
jazzband/pip-tools#625 is fixed and/or
jazzband/pip-tools#908 is merged

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov authored and Kyr Shatskyy committed Dec 11, 2019
1 parent 2c035f1 commit c02e76a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ Or from GitHub::

where the dependencies for orchestrating are installed. They are used for
interacting with the services to schedule tests and to report the test results.


Update Dependencies
-------------------

We track the dependencies using ``requirements.txt``. These packages are tested,
and should work with teuthology. But if you want to bump up the versions of them,
please use the following command to update this file ::

pip-compile -qo- | sed '/^-e / d' > requirements.txt
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e .[coverage,orchestra,test]

0 comments on commit c02e76a

Please sign in to comment.