Align pycodestyle requirement

pycodestyle is added both to nova's and nova-powervm's
test-requirements.txt and need to be aligned otherwise the unit test
jobs fail with:

ERROR: Double requirement given: pycodestyle<2.6.0,>=2.0.0 (from -r https://opendev.org/openstack/nova/raw/branch/stable/train/test-requirements.txt (line 14)) (already in pycodestyle>=2.0.0 (from -r /home/zuul/src/opendev.org/openstack/nova-powervm/test-requirements.txt (line 15)), name='pycodestyle')

Patch Id564eea41e293872dc299f50e159c66d0d3e661e modified pycodestyle's
requirement and this patch sets the same constraints.

Change-Id: I92220f5828b72817e1cbe0d9201e3417a52893ed
This commit is contained in:
Elod Illes 2020-05-28 13:33:12 +02:00
parent 0407e6e39a
commit b8001bb15a
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
mock>=2.0.0 # BSD
pycodestyle>=2.0.0 # MIT License
pycodestyle<2.6.0,>=2.0.0 # MIT License