Use upper constraints in pep8 test run

this is to avoid current problem due to
https://github.com/mtreinish/stestr/issues/347
but also to equalize dependencies with other test  envs.

Change-Id: I867bec362d83ab820aa6b11dc4770d50133ecdbf
This commit is contained in:
Pavlo Shchelokovskyy 2023-09-18 09:27:21 +00:00 committed by Pavlo Shchelokovskyy
parent cc2cbda072
commit 53885e50fa

View File

@ -384,7 +384,7 @@ commands =
[testenv:pep8]
deps =
-r{toxinidir}/test-requirements.txt
{[testenv]deps}
autopep8
commands =
autopep8 --exit-code --max-line-length=79 --experimental --diff -r tempest setup.py