Add check-requirements job
This job is maintained by requirements team and ensures that requirements and constraints have proper format and do not conflict with guidelines. Co-Authored-By: Erno Kuvaja <jokke@usr.fi> Change-Id: I3dd8b1b1826473495725bb8cff2c42c6aa7b35f1
This commit is contained in:
parent
7ae3fd78c3
commit
800402e7ad
@ -4,6 +4,7 @@
|
|||||||
- openstack-python3-jobs
|
- openstack-python3-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
|
- check-requirements
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- aodh-tempest-plugin-mysql
|
- aodh-tempest-plugin-mysql
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
openstackdocstheme>=2.2.1 # Apache-2.0
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain>=1.8.1
|
||||||
sphinxcontrib-pecanwsme>=0.10.0
|
sphinxcontrib-pecanwsme>=0.10.0
|
||||||
|
@ -9,7 +9,7 @@ jsonschema>=3.2.0 # MIT
|
|||||||
keystonemiddleware>=5.1.0 # Apache-2.0
|
keystonemiddleware>=5.1.0 # Apache-2.0
|
||||||
gnocchiclient>=6.0.0 # Apache-2.0
|
gnocchiclient>=6.0.0 # Apache-2.0
|
||||||
lxml>=2.3
|
lxml>=2.3
|
||||||
oslo.db>=4.8.0,!=4.13.1,!=4.13.2,!=4.15.0 # Apache-2.0
|
oslo.db>=11.0.0 # Apache-2.0
|
||||||
oslo.config>=6.8.0 # Apache-2.0
|
oslo.config>=6.8.0 # Apache-2.0
|
||||||
oslo.context>=2.22.0 # Apache-2.0
|
oslo.context>=2.22.0 # Apache-2.0
|
||||||
oslo.i18n>=1.5.0 # Apache-2.0
|
oslo.i18n>=1.5.0 # Apache-2.0
|
||||||
@ -27,15 +27,15 @@ python-keystoneclient>=1.6.0
|
|||||||
pytz>=2013.6
|
pytz>=2013.6
|
||||||
requests>=2.5.2
|
requests>=2.5.2
|
||||||
stevedore>=1.5.0 # Apache-2.0
|
stevedore>=1.5.0 # Apache-2.0
|
||||||
sqlalchemy>=1.4.1
|
SQLAlchemy>=1.4.1
|
||||||
tooz>=1.28.0 # Apache-2.0
|
tooz>=1.28.0 # Apache-2.0
|
||||||
voluptuous>=0.8.10
|
voluptuous>=0.8.10
|
||||||
WebOb>=1.2.3
|
WebOb>=1.2.3
|
||||||
WSME>=0.8
|
WSME>=0.8
|
||||||
cachetools>=1.1.6
|
cachetools>=1.1.6
|
||||||
cotyledon
|
cotyledon>=1.7.3
|
||||||
keystoneauth1>=2.1
|
keystoneauth1>=2.1
|
||||||
debtcollector>=1.2.0 # Apache-2.0
|
debtcollector>=1.2.0 # Apache-2.0
|
||||||
python-octaviaclient>=1.8.0
|
python-octaviaclient>=1.8.0
|
||||||
python-dateutil # BSD
|
python-dateutil>=2.8.2 # BSD
|
||||||
python-heatclient>=1.17.0
|
python-heatclient>=1.17.0
|
||||||
|
@ -29,15 +29,15 @@ packages =
|
|||||||
[extras]
|
[extras]
|
||||||
mysql =
|
mysql =
|
||||||
SQLAlchemy>=0.9.7
|
SQLAlchemy>=0.9.7
|
||||||
sqlalchemy-utils
|
SQLAlchemy-Utils>=0.41.0
|
||||||
alembic>=0.7.2
|
alembic>=0.7.2
|
||||||
PyMySQL>=0.6.2 # MIT License
|
PyMySQL>=0.6.2 # MIT License
|
||||||
|
|
||||||
postgresql =
|
postgresql =
|
||||||
SQLAlchemy>=0.9.7
|
SQLAlchemy>=0.9.7
|
||||||
sqlalchemy-utils
|
SQLAlchemy-Utils>=0.41.0
|
||||||
alembic>=0.7.2
|
alembic>=0.7.2
|
||||||
psycopg2
|
psycopg2>=2.9.6
|
||||||
|
|
||||||
zaqar =
|
zaqar =
|
||||||
python-zaqarclient>=1.2.0
|
python-zaqarclient>=1.2.0
|
||||||
|
@ -2,8 +2,8 @@ stestr>=2.0.0 # Apache-2.0
|
|||||||
oslotest>=2.15.0 # Apache-2.0
|
oslotest>=2.15.0 # Apache-2.0
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
fixtures>=1.3.1
|
fixtures>=1.3.1
|
||||||
sqlalchemy-utils
|
SQLAlchemy-Utils>=0.39.0
|
||||||
testresources>=0.2.4 # Apache-2.0/BSD
|
testresources>=0.2.4 # Apache-2.0/BSD
|
||||||
gabbi>=1.30.0 # Apache-2.0
|
gabbi>=1.30.0 # Apache-2.0
|
||||||
# Provides subunit-trace
|
# Provides subunit-trace
|
||||||
webtest
|
WebTest>=3.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user