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:
Dmitriy Rabotyagov 2022-09-01 12:51:20 +02:00 committed by Erno Kuvaja
parent 7ae3fd78c3
commit 800402e7ad
5 changed files with 11 additions and 10 deletions

View File

@ -4,6 +4,7 @@
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- check-requirements
check:
jobs:
- aodh-tempest-plugin-mysql

View File

@ -5,5 +5,5 @@
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-httpdomain
sphinxcontrib-httpdomain>=1.8.1
sphinxcontrib-pecanwsme>=0.10.0

View File

@ -9,7 +9,7 @@ jsonschema>=3.2.0 # MIT
keystonemiddleware>=5.1.0 # Apache-2.0
gnocchiclient>=6.0.0 # Apache-2.0
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.context>=2.22.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
@ -27,15 +27,15 @@ python-keystoneclient>=1.6.0
pytz>=2013.6
requests>=2.5.2
stevedore>=1.5.0 # Apache-2.0
sqlalchemy>=1.4.1
SQLAlchemy>=1.4.1
tooz>=1.28.0 # Apache-2.0
voluptuous>=0.8.10
WebOb>=1.2.3
WSME>=0.8
cachetools>=1.1.6
cotyledon
cotyledon>=1.7.3
keystoneauth1>=2.1
debtcollector>=1.2.0 # Apache-2.0
python-octaviaclient>=1.8.0
python-dateutil # BSD
python-dateutil>=2.8.2 # BSD
python-heatclient>=1.17.0

View File

@ -29,15 +29,15 @@ packages =
[extras]
mysql =
SQLAlchemy>=0.9.7
sqlalchemy-utils
SQLAlchemy-Utils>=0.41.0
alembic>=0.7.2
PyMySQL>=0.6.2 # MIT License
postgresql =
SQLAlchemy>=0.9.7
sqlalchemy-utils
SQLAlchemy-Utils>=0.41.0
alembic>=0.7.2
psycopg2
psycopg2>=2.9.6
zaqar =
python-zaqarclient>=1.2.0

View File

@ -2,8 +2,8 @@ stestr>=2.0.0 # Apache-2.0
oslotest>=2.15.0 # Apache-2.0
coverage>=3.6
fixtures>=1.3.1
sqlalchemy-utils
SQLAlchemy-Utils>=0.39.0
testresources>=0.2.4 # Apache-2.0/BSD
gabbi>=1.30.0 # Apache-2.0
# Provides subunit-trace
webtest
WebTest>=3.0.0