From 218273f4284ecf2d80def30ae74d92bc99b974b7 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 4 Apr 2017 12:18:25 +0200 Subject: [feat] add the host hostname to benchmark machine info --- testing/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/tox.ini') diff --git a/testing/tox.ini b/testing/tox.ini index 0e4b2683..2acbf4fb 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -64,10 +64,11 @@ install_command = pip3 install {opts} {packages} deps = {[testenv]deps} #pytest-benchmark>=3.1.0a2 - git+https://github.com/drebs/pytest-benchmark.git@use-netrc-file + git+https://github.com/drebs/pytest-benchmark.git@fix-update-machine-info-hook-spec elasticsearch certifi commands = py.test --benchmark-only {posargs} +passenv = HOST_HOSTNAME [testenv:code-check] changedir = .. -- cgit v1.2.3