distil/test-requirements.txt
Lingxian Kong 77a22867e4 Update to a newer hacking library
The older hacking library has a cap on pbr <2.0, with the recent 2.0.0
release of PBR it's causing failures in the pep8 job. See more details
here: https://bugs.launchpad.net/openstack-requirements/+bug/1668848

Change-Id: Ia2a08d917f2b4b5ed0c64b5bb208665b423c1cc1
2017-03-03 16:08:13 +13:00

16 lines
293 B
Plaintext

hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=3.6
discover
fixtures>=0.3.14
oslosphinx
oslotest
pylint==0.25.2
sphinx>=1.1.2,!=1.2.0,<1.3
sphinxcontrib-httpdomain
sqlalchemy-migrate>=0.9.1
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34
WebTest>=2.0 # MIT
mock>=2.0 # BSD