summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: c1755118176ec87a332de933a52cc445f66777f0 (plain)
1
2
3
4
5
6
7
8
9
# This is listed in order to preinstall PBR with pip as easy_install
# on these older python versions can no longer reliably talk to pypi
# due to non SNI TLS connections being disabled.
pbr ; python_version >= "3" and python_version <= "3.5"
hacking>=2.0.0,<2.1.0
mock
fixtures>=0.3.14
stestr>=2.2.0,<3.0.0
testtools>=0.9.34