1912e685ff
Since mock is a backport of the standard library, and we no longer support Python 2, we can use the standard library, and drop one external dependency. Change-Id: I798c85f1581f4562908c10cd1b58134cdcb40281
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
# 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
|
|
fixtures>=0.3.14
|
|
stestr>=2.2.0,<3.0.0
|
|
testtools>=0.9.34
|