Specify an upper limit for flake8 and pycodestyle

Both flake8 and pycodestyle were updated on May 11
which caused zuul jobs to start failing.

The copyrights were updated as a way of triggering
zuul to run the flake8 jobs associated with the
test-requirements.txt

Similar solution as:
https://review.opendev.org/#/c/727133/

Change-Id: Ia2b97203e7ab767586ee7393ac08fcf781af7609
Closes-Bug: 1878276
Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
albailey 2020-05-12 14:24:17 -05:00
parent a62af38a34
commit bc9cde71a0
4 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2018 Wind River Systems, Inc.
# Copyright (c) 2013-2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

View File

@ -2,9 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
# Newer hacking already pins down pep8, pyflakes and flake8
flake8<3.8.0
pycodestyle<2.6.0 # MIT License
hacking>=1.1.0,<=2.0.0 # Apache-2.0
pycodestyle>=2.0.0 # MIT License
bandit>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2018-2019 Wind River Systems, Inc.
# Copyright (c) 2018-2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

View File

@ -1,8 +1,9 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
flake8<3.8.0
pycodestyle<2.6.0 # MIT License
hacking>=1.1.0,<=2.0.0 # Apache-2.0
pycodestyle>=2.0.0 # MIT License
coverage>=3.6
discover
fixtures>=3.0.0 # Apache-2.0/BSD