]> 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 05:20:08 +0000 (00:20 -0500)
commit1eaf9dc7776b9833a9fb62fe630b4b9ac63a31f4
treecb5447a3910c64c1d60c6b2a24c53f6c578d7ead
parentc0f9708fde39175c8695fdd87873464f516fdf98
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
lib/sqlalchemy/testing/exclusions.py