]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
rework the exclusions spec expression
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Dec 2018 03:02:12 +0000 (22:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Dec 2018 15:10:31 +0000 (10:10 -0500)
commit5244e31e23422dcd3980235a8956bc58179ca0b5
tree57dc9f9641616839209e77252af1f0d249912a66
parent7ec092063a7defe2b60d8f01b2eb3cda9dd28c90
rework the exclusions spec expression

The expression was expecting spaces which means we were skipping
Postgresql window function tests and possibly other things.

Change-Id: I57c4aed558f4011f2f7b882a2d9b1fee210f9eaf
(cherry picked from commit 1eaf9dc7776b9833a9fb62fe630b4b9ac63a31f4)
lib/sqlalchemy/testing/exclusions.py