From 92d5f6db94530e59f0553762a69ad6a8049302bd Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Wed, 9 Feb 2022 14:05:24 +0000 Subject: [PATCH] update asv to newly released version (#1834) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4dc9755da5..faf830fa17 100644 --- a/tox.ini +++ b/tox.ini @@ -87,8 +87,8 @@ commands = pytest \ [testenv:asv] description = run asv for benchmarking (compare current commit with latest) deps = - asv==0.4.2 - virtualenv==16.7.9 + asv==0.5.1 + virtualenv changedir = {toxinidir} commands = asv machine --yes