Skip to content

Commit 1067c92

Browse files
pshchelomnasiadka
authored andcommitted
Use upper constraints in pep8 job
use the same dependencies in both unit and lint tests, newer versions of dependencies may bring things like new flake8 extensions (example - neutron-lib). Change-Id: I324a74aa35620bb3a3549c0ee77b02c22c74dbcf Signed-off-by: Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> (cherry picked from commit 58ee56c)
1 parent 2481e27 commit 1067c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ commands =
2929

3030
[testenv:pep8]
3131
deps =
32+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
3233
hacking~=6.1.0 # Apache-2.0
3334
flake8-import-order~=0.18.0# LGPLv3
3435
bashate~=2.1.0 # Apache-2.0

0 commit comments

Comments
 (0)