summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-04-04 12:18:25 +0200
committerdrebs <drebs@leap.se>2017-04-04 18:34:45 +0200
commit218273f4284ecf2d80def30ae74d92bc99b974b7 (patch)
treec889aafb4b847faa3a7dc8165cd6ee9d07e44ebc /testing/tox.ini
parent414ecfbb95b067d8f72400af4da9ed686742efc3 (diff)
[feat] add the host hostname to benchmark machine info
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini3
1 files changed, 2 insertions, 1 deletions
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 = ..