summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: 2daee15239e2b3b501a733ede0248b2236ebc4b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Metrics and style
hacking>=0.10.0,<0.11

# Packaging
mock>=1.0

# Unit testing
coverage>=3.6
fixtures>=0.3.14
python-subunit>=0.0.18
requests-mock>=0.5.1 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34
oslotest

# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx

#
# Store specific packages
#

# For S3 storage backend
boto>=2.12.0,!=2.13.0

# For VMware storage backend.
oslo.vmware>=0.4                        # Apache-2.0

# Swift Backend
httplib2>=0.7.5
python-swiftclient>=2.0.2