diff options
author | Monty Taylor <mordred@inaugust.com> | 2016-10-13 10:39:41 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2016-10-13 10:39:41 -0500 |
commit | 644d93f4d632c302cc8cd8ef5c465acfa4e478d5 (patch) | |
tree | f1fae88cdafc423137507b1a8c0f16051d6b7c2a /test-requirements.txt |
Initial Cookiecutter Commit.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..a3fcd81 --- /dev/null +++ b/test-requirements.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | # The order of packages is significant, because pip processes them in the order | ||
2 | # of appearance. Changing the order has an impact on the overall integration | ||
3 | # process, which may cause wedges in the gate later. | ||
4 | |||
5 | hacking<0.12,>=0.11.0 # Apache-2.0 | ||
6 | |||
7 | coverage>=3.6 # Apache-2.0 | ||
8 | python-subunit>=0.0.18 # Apache-2.0/BSD | ||
9 | sphinx!=1.3b1,<1.3,>=1.2.1 # BSD | ||
10 | oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 | ||
11 | oslotest>=1.10.0 # Apache-2.0 | ||
12 | testrepository>=0.0.18 # Apache-2.0/BSD | ||
13 | testscenarios>=0.4 # Apache-2.0/BSD | ||
14 | testtools>=1.4.0 # MIT | ||
15 | |||
16 | # releasenotes | ||
17 | reno>=1.8.0 # Apache2 | ||