diff options
author | drebs <drebs@leap.se> | 2017-04-18 10:06:07 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-04-19 11:49:41 +0200 |
commit | 0e9c6868ab53b408d18a9536d5f93e686967da8c (patch) | |
tree | 9240e84e31c1c58e44b09f01fc4f02eb19215544 /testing/tox.ini | |
parent | 27b4510a52431ea8ec9632d6b00358c37867f4d4 (diff) |
[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.
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |