]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
join to existing mark expr with "and"
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Jan 2022 16:01:25 +0000 (11:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Jan 2022 16:01:25 +0000 (11:01 -0500)
commita17cd6492ee6a9b54be49016ed2aac3f0bb00ef0
treec27ead66a60c1a015efb958b5df9bf26c96e550a
parent0a298e70518b6dfd47ba0190d9c4abf0f0d3f4ba
join to existing mark expr with "and"

ca48f461b2dcac2970829e4e0 considered an existing mark expression
plus legacy tags to be an error condition; however these can
be joined by "and" and will in our use case do the right thing.
The github action scripts make use of legacy tags.   We can change
that also but I want to just make sure this combination works
fully as well.

Change-Id: Ifc506de3dd961c01d68d594ec2f5b2c9a0bbad31
lib/sqlalchemy/testing/plugin/pytestplugin.py