update to zed level jobs

Raise flake8 level as well. no changes required to pass

Change-Id: I1ae8e98df2cd27a09cbd93017f893f90199cd547
This commit is contained in:
Dirk Müller 2022-05-13 09:47:14 +02:00
parent d4c07c5c0e
commit 8f07a592c8
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
- project:
templates:
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti

View File

@ -20,7 +20,7 @@ commands = stestr run {posargs}
[testenv:pep8]
deps = {[testenv]deps}
flake8<3.8.0,>=3.7.0
flake8<4.0.0,>=3.9.2
commands = flake8
[testenv:venv]