aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.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 /test-requirements.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 'test-requirements.txt')
-rw-r--r--test-requirements.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
deleted file mode 100644
index 24405245..00000000
--- a/test-requirements.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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
-pip_check_reqs
-pykwalify
-pytest
-pytest-cov
-pytest-faker
-pytest-mock
-tox