From 1e02c81721ec15737cfd9d5e62831da030cc22ad Mon Sep 17 00:00:00 2001 From: sean mooney Date: 2021年8月11日 17:34:29 +0000 Subject: [PATCH] Revert "tox: Encode specific Python versions" This reverts commit 89e321b7b5c88ab7cfab53103295774ca535f0df. Reason for revert: The previous change require develper to install multiple spcific version python locally to run the test envs and it arbitrally pins lower constratins to the oldest python we support but lower contratis shoudl work with the newwst python we support too. on fedora or other operating systems that ship with default python version that exceed our supported versions test can be run with tox -e py38 if required. similarly our updated constratins shoudl work with the older python. Change-Id: I358ff8128746c9d0c584a03381e55817c4aace3f --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 694ecce50659..d11a1d69e05f 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = py38,functional,pep8 ignore_basepython_conflict = True [testenv] -basepython = python3.8 +basepython = python3 usedevelop = True allowlist_externals = bash @@ -342,7 +342,6 @@ commands = bindep test [testenv:lower-constraints] -basepython = python3.6 usedevelop = False deps = -c{toxinidir}/lower-constraints.txt

AltStyle によって変換されたページ (->オリジナル) /