diff options
| author | Chaozhe.Chen <chaozhe.chen@easystack.cn> | 2016-02-18 22:46:57 +0800 |
|---|---|---|
| committer | Chaozhe.Chen <chaozhe.chen@easystack.cn> | 2016-02-18 22:51:04 +0800 |
| commit | 444fc6149db58361e5329e3f05eb8f056fb7479a (patch) | |
| tree | f3167c78d2e5aa50acde360636361a96b4a98284 | |
| parent | 00a1dddc2ae55daaa52653b5650c1b4e43a9c7b0 (diff) | |
| download | python-openstackclient-444fc6149db58361e5329e3f05eb8f056fb7479a.tar.gz | |
Remove unused test-requirments
WebOb is not needed in our test code.
So remove it to make less dependences.
Change-Id: I4910263449ff3d49c4ee44a6ef7a7762875fe76f
| -rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 2255cd3b..3f1707b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,7 +15,6 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD os-testr>=0.4.1 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT -WebOb>=1.2.3 # MIT tempest-lib>=0.14.0 # Apache-2.0 # Install these to generate sphinx autodocs |
