diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-22 20:35:40 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-22 20:35:40 -0400 |
| commit | 08a6a8b51916ab1d084a0070bbb07001cabb1c38 (patch) | |
| tree | 3c5db3bfafcc18b33d510d246e69db41cb4eb0e0 /test/dialect/postgresql | |
| parent | c3c4b2d23dacc9e7e3b772c8384fa129db7d20d5 (diff) | |
| download | sqlalchemy-08a6a8b51916ab1d084a0070bbb07001cabb1c38.tar.gz | |
- Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor
Diffstat (limited to 'test/dialect/postgresql')
| -rw-r--r-- | test/dialect/postgresql/test_types.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dialect/postgresql/test_types.py b/test/dialect/postgresql/test_types.py index 784f8bcbf..aed77add5 100644 --- a/test/dialect/postgresql/test_types.py +++ b/test/dialect/postgresql/test_types.py @@ -918,7 +918,6 @@ class UUIDTest(fixtures.TestBase): __only_on__ = 'postgresql' - @testing.requires.python25 @testing.fails_on('postgresql+zxjdbc', 'column "data" is of type uuid but expression is of type character varying') @testing.fails_on('postgresql+pg8000', 'No support for UUID type') @@ -932,7 +931,6 @@ class UUIDTest(fixtures.TestBase): str(uuid.uuid4()) ) - @testing.requires.python25 @testing.fails_on('postgresql+zxjdbc', 'column "data" is of type uuid but expression is of type character varying') @testing.fails_on('postgresql+pg8000', 'No support for UUID type') |
