From 0e9c6868ab53b408d18a9536d5f93e686967da8c Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 18 Apr 2017 10:06:07 +0200 Subject: [test] use latest pysqlcipher-benchmark for benchmarks There were some changes needed in pytest-benchmark so we could successfully use it for soledad benchmarks graphing: https://github.com/ionelmc/pytest-benchmark/pull/73 https://github.com/ionelmc/pytest-benchmark/pull/74 https://github.com/ionelmc/pytest-benchmark/pull/75 The contributions were accepted but not released yet, so this commit uses the code from upstream git repository's master branch. --- testing/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tox.ini b/testing/tox.ini index 48c1afb9..31d72b88 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -64,7 +64,7 @@ install_command = pip3 install {opts} {packages} deps = {[testenv]deps} #pytest-benchmark>=3.1.0a2 - git+https://github.com/drebs/pytest-benchmark.git@fix-update-machine-info-hook-spec + git+https://github.com/ionelmc/pytest-benchmark.git@master elasticsearch certifi commands = -- cgit v1.2.3