diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-12-05 10:34:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-05 10:34:56 +0000 |
commit | 33fe72d9e48315fc79cec9610ebfb81f5cb6047d (patch) | |
tree | 746dd2cbf76f727f8b68fb33e470af85b9e2f61d /requirements-test.txt | |
parent | 4daf79855c2dccff22134939245497140343bfa3 (diff) | |
parent | f7882526b299e0e9185b1f61d3306b48d9ec28e6 (diff) |
Merge "Use pipenv instead of pip"
Diffstat (limited to 'requirements-test.txt')
-rw-r--r-- | requirements-test.txt | 12 |
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 |