]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix exclusions for multiple fails_on
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Nov 2019 18:12:13 +0000 (13:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Nov 2019 21:54:54 +0000 (16:54 -0500)
commit042aea980d61024fab3abac55e9e32b6b9ff6692
tree74abf00e67240710838d8d3722cdf0cc6a756d4a
parentb3c3562ecf67ae7c94091287504579fcace6a500
Fix exclusions for multiple fails_on

The fails_on decorator was not being interpreted
correctly when multiple were present.

Remove obsolete fails_on from test_types that no longer
take place for MySQL, Oracle.

Ensure test_types tests are using __backend__

mark currently failing Oracle interval tests

Change-Id: If8db0c02b31a8008fd1673c2380f1f974c3806a6
lib/sqlalchemy/testing/exclusions.py
test/engine/test_reflection.py
test/orm/test_naturalpks.py
test/sql/test_types.py