summaryrefslogtreecommitdiffstats
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-11-29 16:40:39 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-04 11:12:27 -0800
commitf7882526b299e0e9185b1f61d3306b48d9ec28e6 (patch)
tree990921bee916d3553661b6656c247717b42c5c91 /requirements-test.txt
parent795221ce0cbd9daf23af9f3099e29c947bcad306 (diff)
Use pipenv instead of pip
pipenv[1] is the officially recommended Python packaging tool from Python.org[2] [1]: https://docs.pipenv.org/ [2]: https://packaging.python.org/new-tutorials/installing-and-using-packages/ It integrates pip with virtualenv and handles version management better than pip. Change-Id: I4ec6436e29d76a866b56caa609e2bcd22489ae9f 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, 0 insertions, 12 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
deleted file mode 100644
index 1d627319..00000000
--- a/requirements-test.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
-pykwalify
-pytest
-pytest-cov
-pytest-faker
-pytest-mock
-pip_check_reqs
-pipreqs