From 6493d072c189a522aef549313e765c68f004ab09 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 19 Nov 2017 15:49:31 -0200 Subject: [benchmarks] pin elasticsearch-py version to avoid TLS certs bug elasticsearch-py 6.0.0 introduced a TLS cert verification bug: https://github.com/elastic/elasticsearch-py/issues/669 That bug affects our benchmarks ci pipeline: https://0xacab.org/leap/soledad/issues/8993#note_128667 This commit only pins the version of elasticsearch-py used by benchamarks to avoid that bug. This pinning should probably be removed when the next version of elasticsearch-py is released. Closes #8993. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 041f5de2..ca7c11f2 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ deps = # used by benchmarks psutil pytest-benchmark - elasticsearch + elasticsearch==5.5.1 certifi # used by e2e tests srp -- cgit v1.2.3