From 857f9610ecd175a210dab1c69683dc11b85a2739 Mon Sep 17 00:00:00 2001 From: niuke Date: Tue, 8 Aug 2023 17:20:44 +0800 Subject: [PATCH] Use py3 as the default runtime for tox Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: Ic71d7445e690885a9f717ed07df1dd8f5e0bd17b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38f1ad8..69526a3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18 -envlist = py39,linters +envlist = py3,linters ignore_basepython_conflict = True [testenv]