]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Skip for SQL Server on non-native boolean unconstrained
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2018 23:57:01 +0000 (19:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 May 2018 00:02:08 +0000 (20:02 -0400)
commit93bf6db9efaf8fceef665766637ec4e7d5507a8d
tree3f5c6c7e3a6a179a34efe4a36a9eb6c2ec1915a1
parent1dc720d94eac21aa3cf10e02d104cd7d438c3e84
Skip for SQL Server on non-native boolean unconstrained

As SQL Server is now non-native boolean as of
I4765d2a2a00b0d14f50282603cc4d48d4739dac1 but uses the BIT
type, we need to constrain this test to continue to not
run against SQL Server.

Change-Id: I214faf2b788a0e8e10725622e3e71f3b70805533
(cherry picked from commit d2bacad469c0b07cc707b563e37e835abcf96eb8)
test/requirements.py
test/sql/test_types.py