Repository: libcloud
Updated Branches:
  refs/heads/trunk 3dbf50b07 -> acce7791f


Add missing test_requirement "requests_mock" to setup.py
Closes #1086


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/acce7791
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/acce7791
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/acce7791

Branch: refs/heads/trunk
Commit: acce7791fe0bd7c7c5940e07dbfcec05b5e88a5c
Parents: 3dbf50b
Author: Felix Yan <felixonm...@archlinux.org>
Authored: Thu Jul 20 14:34:30 2017 +0800
Committer: Anthony Shaw <anthonys...@apache.org>
Committed: Fri Aug 11 14:28:23 2017 +1000

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/acce7791/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 218f4f8..f9be490 100644
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,7 @@ SUPPORTED_VERSIONS = ['2.6', '2.7', 'PyPy', '3.x']
 TEST_REQUIREMENTS = [
     'mock',
     'requests',
+    'requests_mock',
     'pytest',
     'pytest-runner'
 ]

Reply via email to