Revert "Temporarily make sqlalchemy master job no-voting"

This reverts commit 2e89feed00.

Reason for revert:
The new oslo.utils version is now available in upper constraints.

Change-Id: I088584c65eae2a9930e37eff3377ad10b2a795f3
This commit is contained in:
Takashi Kajinami 2023-11-11 08:08:29 +00:00
parent 2e89feed00
commit 2a7578fd6f
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@
- job:
name: barbican-tox-py310-with-sqlalchemy-2x
parent: openstack-tox-py310
# TODO(tkajinam): Remove this once the following bug is fixed.
# https://bugs.launchpad.net/oslo.utils/+bug/2042886
voting: false
description: |
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
Takes advantage of the base tox job's install-siblings feature.