Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
oslo
python-oslo.db
Commits
cc3934e0
Commit
cc3934e0
authored
Nov 12, 2021
by
Zuul
Committed by
Gerrit Code Review
Nov 12, 2021
Browse files
Merge "Remove unnecessary warning filter"
parents
1aacab65
c320df47
Changes
1
Hide whitespace changes
Inline
Side-by-side
oslo_db/tests/fixtures.py
View file @
cc3934e0
...
...
@@ -57,11 +57,6 @@ class WarningsFixture(fixtures.Fixture):
message
=
r
'The Executable.execute\(\) method is considered .*'
,
category
=
sqla_exc
.
SADeprecationWarning
)
warnings
.
filterwarnings
(
'once'
,
message
=
r
'Retrieving row members using strings or other .*'
,
category
=
sqla_exc
.
SADeprecationWarning
)
warnings
.
filterwarnings
(
'once'
,
message
=
r
'The connection.execute\(\) method in SQLAlchemy 2.0 .*'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment