Fix requirements

Change-Id: If2a32b0bbf6bbcdc3b911224adb8943a7a34897b
This commit is contained in:
asarfaty 2020-12-10 09:17:28 +02:00
parent ea8d433643
commit 58340e6272
6 changed files with 23 additions and 28 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
sphinx>=2.0.0,!=2.1.0 # BSD sphinx>=2.0.0,!=2.1.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0 sphinx_feature_classification>=1.0.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD

View File

@ -1,29 +1,26 @@
bandit==1.1.0 bandit==1.1.0
coverage==4.0 coverage==4.0
decorator==4.3.0 decorator==4.4.1
eventlet==0.24.1 eventlet==0.24.1
fixtures==3.0.0 fixtures==3.0.0
flake8==2.6.2 flake8-import-order==0.18.1
flake8-import-order==0.12 hacking>=3.0.1 # Apache-2.0
hacking>=1.1.0 # Apache-2.0
netaddr==0.7.18 netaddr==0.7.18
openstackdocstheme==1.18.1 openstackdocstheme==1.18.1
oslo.i18n==3.15.3 oslo.i18n==3.20.0
oslo.log==3.36.0 oslo.log==4.2.1
oslo.serialization==2.28.1 oslo.serialization==2.28.1
oslo.service==1.31.0 oslo.service==1.31.0
oslo.utils==3.33.0 oslo.utils==4.4.0
oslotest==3.2.0 oslotest==3.2.0
pbr==4.0.0 pbr==4.0.0
pyOpenSSL==17.1.0 pyOpenSSL==19.1.0
python-subunit==1.0.0 python-subunit==1.0.0
pylint==1.7.1
reno==2.5.0
requests-mock==1.2.0 requests-mock==1.2.0
sphinx==1.6.5 sphinx==2.0.0
sphinx_feature_classification==1.0.0
stestr==1.0.0 stestr==1.0.0
tempest==17.1.0 tenacity==6.0.0
tenacity==5.0.1
testresources==2.0.0 testresources==2.0.0
testtools==2.2.0 testtools==2.2.0
testscenarios==0.4 testscenarios==0.4

View File

@ -4,13 +4,13 @@
pbr>=4.0.0 # Apache-2.0 pbr>=4.0.0 # Apache-2.0
decorator>=4.3.0 # BSD decorator>=4.4.1 # BSD
eventlet>=0.24.1 # MIT eventlet>=0.24.1 # MIT
netaddr>=0.7.18 # BSD netaddr>=0.7.18 # BSD
tenacity>=5.0.1 # Apache-2.0 tenacity>=6.0.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0 oslo.i18n>=3.20.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0 oslo.log>=4.2.1 # Apache-2.0
oslo.serialization>=2.28.1 # Apache-2.0 oslo.serialization>=2.28.1 # Apache-2.0
oslo.service>=1.31.0 # Apache-2.0 oslo.service>=1.31.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0 oslo.utils>=4.4.0 # Apache-2.0
pyOpenSSL>=17.1.0 # Apache-2.0 pyOpenSSL>=19.1.0 # Apache-2.0

View File

@ -1,19 +1,15 @@
# The order of packages is significant, because pip processes them in the order # 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 # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
hacking>=3.0.1,<3.1.0 # Apache-2.0
hacking>=1.1.0 # Apache-2.0
bandit!=1.6.0,>=1.1.0 # Apache-2.0 bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.00 coverage!=4.4,>=4.0 # Apache-2.00
fixtures>=3.0.0 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD
flake8-import-order==0.12 # LGPLv3 flake8-import-order==0.18.1 # LGPLv3
python-subunit>=1.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD
tempest>=17.1.0 # Apache-2.0
pylint==1.7.6 # GPLv2
requests-mock>=1.2.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0

View File

@ -95,7 +95,8 @@ commands = sphinx-build -b html doc/source doc/build/html
# N530 direct neutron imports not allowed # N530 direct neutron imports not allowed
# W504 line break after binary operator # W504 line break after binary operator
# N531 translations hints # N531 translations hints
ignore = N530,E125,E129,E741,N531,W504 # I202 Additional newline in a group of imports
ignore = N530,E125,E129,E741,N531,W504,I202
show-source = true show-source = true
builtins = _ builtins = _
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject

View File

@ -24,6 +24,7 @@ import logging
import re import re
import time import time
from urllib import parse as urlparse from urllib import parse as urlparse
import urllib3 import urllib3
import eventlet import eventlet