summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-17 17:56:03 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-17 17:56:03 -0500
commitbe06bcf3b94f186f9b6178f7c6a3965548aa2d38 (patch)
tree94d0383cd32eb910d6923bf10e22425460e71eee /test
parentfec03c88d659bf9a0b102dd328afac1ba3dc7f23 (diff)
downloadsqlalchemy-be06bcf3b94f186f9b6178f7c6a3965548aa2d38.tar.gz
- remove very ancient TypeEngine constructor, not used by anything
Diffstat (limited to 'test')
-rw-r--r--test/sql/test_types.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 09176c000..a422ace61 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -167,14 +167,6 @@ class AdaptTest(fixtures.TestBase):
t1 = typ()
repr(t1)
- def test_plain_init_deprecation_warning(self):
- for typ in (Integer, Date, SmallInteger):
- assert_raises_message(
- exc.SADeprecationWarning,
- "Passing arguments to type object "
- "constructor %s is deprecated" % typ,
- typ, 11
- )
class TypeAffinityTest(fixtures.TestBase):
def test_type_affinity(self):