Revert "tox: Encode specific Python versions"

This reverts commit 89e321b7b5.

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
This commit is contained in:
sean mooney 2021-08-11 17:34:29 +00:00
parent 89e321b7b5
commit 1e02c81721
1 changed files with 1 additions and 2 deletions

View File

@ -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