summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ad03fc1..c175511 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,7 @@
+# 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