From 53885e50faeda559e477bbaa1bea71fa030b7f56 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 18 Sep 2023 09:27:21 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc882cf236..e809f1c914 100644 --- a/tox.ini +++ b/tox.ini @@ -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