aboutsummaryrefslogtreecommitdiffstats
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-29 14:06:06 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-31 22:44:32 +0800
commit9e4d243f1360158555fe92cc35fae6521bfdfce5 (patch)
tree1aa9c76d81292036a8ea4fc3e886d373da5bfa09 /requirements-test.txt
parent7be99b40106a0c585f953f6506480a2524a7711a (diff)
Reorganize requirements
- move test-requirements to ./requirements/test - freeze requirements in ./requirements/frozen{,-test}.txt - add necessary packages for requirements checking Change-Id: I451e75bd0d9654ab37940336145cf3b4d0e365fe Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
new file mode 100644
index 00000000..1d627319
--- /dev/null
+++ b/requirements-test.txt
@@ -0,0 +1,12 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+mock
+pykwalify
+pytest
+pytest-cov
+pytest-faker
+pytest-mock
+pip_check_reqs
+pipreqs