summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorsean mooney <smooney@redhat.com>2021-08-11 17:34:29 +0000
committersean mooney <smooney@redhat.com>2021-08-11 17:46:14 +0000
commit1e02c81721ec15737cfd9d5e62831da030cc22ad (patch)
tree7dfc38f9fdd9bbb35fa1bc285ec641591ab0aeba /tox.ini
parent89e321b7b5c88ab7cfab53103295774ca535f0df (diff)
downloadnova-1e02c81721ec15737cfd9d5e62831da030cc22ad.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 694ecce506..d11a1d69e0 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