e85ce24d2d
This is the initital stab at getting tests to pass. Once this is complete we can get more integration with sphinx and py34. Change-Id: I9064013eb264c97a04056ebb5b33b4a5b656c312 Closes-Bug: 1594635
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
# The order of packages matters
|
|
hacking<0.11,>=0.10.0
|
|
|
|
# Packages needed for dev testing
|
|
mock>=2.0 # BSD
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
|
coverage>=3.6 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
|
|
discover==0.4.0
|
|
unittest2==1.0.1
|
|
nose==1.3.7
|