Merge "Replace deprecated perl-style regex"

This commit is contained in:
Zuul 2024-01-23 14:48:48 +00:00 committed by Gerrit Code Review
commit 05a14400c3
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,9 @@
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
Takes advantage of the base tox job's install-siblings feature.
# The job only tests the latest and shouldn't be run on the stable branches
branches: ^(?!stable)
branches:
regex: ^stable/.*$
negate: true
required-projects:
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main

View File

@ -24,7 +24,7 @@ psycopg2>=2.8.0 # LGPL/ZPL
# test
pydotplus>=2.0.2 # MIT License
hacking<2.1,>=2.0
hacking<6.2.0,>=6.1.0
oslotest>=3.2.0 # Apache-2.0
testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD