stackviz/test-requirements.txt
Masayuki Igawa 1b949c4e2b
Separate doc build requirements
This commit separates the doc build requirements because the latest
sphinx doesn't work on python2.7. And we don't need doc related modules
for the unit tests.

Change-Id: I5c94484caadcb15daa34fbedda9774f215bb3cc7
2019-05-25 14:21:28 +02:00

11 lines
296 B
Plaintext

# 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.
hacking<0.11,>=0.10.0
coverage>=3.6
discover
oslotest>=1.2.0 # Apache-2.0
fixtures