dc7adefc82
Drop the version requirement for setuptools w/ tox:pypy to workaround: https://bugs.launchpad.net/openstack-ci/+bug/1290562 Also add in sphinx-reqs to make the docs gate happy. Change-Id: I5ac510373809733129401b51ad39579d2963fab2
22 lines
279 B
Plaintext
22 lines
279 B
Plaintext
# Metrics and style
|
|
hacking>=0.8.0,<0.9
|
|
|
|
# Packaging
|
|
mock>=1.0
|
|
|
|
# Unit testing
|
|
ddt>=0.4.0
|
|
discover
|
|
fixtures>=0.3.14
|
|
httpretty>=0.8.0
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
|
|
# Functional Tests
|
|
requests>=1.1
|
|
|
|
# Documentation
|
|
sphinx>=1.1.2,<1.2
|
|
oslo.sphinx
|