diff options
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 3 |
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 = .. |