Skip to content

Commit 56e17b1

Browse files
committed
Document how to freeze and test upstream requirements
Document how to freeze and test upstream requirements.
1 parent 7d4bb68 commit 56e17b1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,19 @@ In order to run these integration tests successfully, these things which must be
1414

1515
.. _automatically discoverable credential locations: http://boto3.readthedocs.io/en/latest/guide/configuration.html
1616
.. _AWS KMS CMK ARN: http://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
17+
18+
Updating Upstream Requirements
19+
==============================
20+
21+
In order to update the upstream requirements in `upstream-requirements-py37.txt` and
22+
`upstream-requirements-py27.txt`, run these commands:
23+
24+
.. code::
25+
26+
$ tox -e freeze-upstream-requirements-py27
27+
$ tox -e freeze-upstream-requirements-py37
28+
29+
Test them using:
30+
.. code::
31+
$ tox -e test-upstream-requirements-py27
32+
$ tox -e test-upstream-requirements-py37

0 commit comments

Comments
 (0)