From 5165edaf93be028a659d346c58ab3bf374faa18d Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 21 Jan 2021 14:57:07 +0100 Subject: [PATCH] Update minversion of tox The minimum version since when tox accepts having inline comments in deps is 3.9.0 https://tox.readthedocs.io/en/latest/changelog.html#v3-9-0-2019-04-17 Change-Id: I4d2aaf97459344ca01e5ccd6e563474c094a4678 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f0c7b41ba7..e345c167cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.2.1 +minversion = 3.9.0 skipsdist = True envlist = py3,pep8 ignore_basepython_conflict=true