diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-22 11:25:41 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-22 11:25:41 -0400 |
commit | db24d2e81313a34271402356a463e8ebeae84cd0 (patch) | |
tree | a129300c2882190826408bad90a86475e45e9001 /test/requirements.py | |
parent | 29fa6913be46c4e4c95b2b2810baea24c4b211dd (diff) | |
download | sqlalchemy-db24d2e81313a34271402356a463e8ebeae84cd0.tar.gz |
this locale is not needed. maybe it is somewhere but the locale I have ("C", whatever that means,
cannot find meaning of this anywhere in Postgresql documentation) seems to work
Diffstat (limited to 'test/requirements.py')
-rw-r--r-- | test/requirements.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/requirements.py b/test/requirements.py index 89945f530..06f76c1b3 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -649,11 +649,6 @@ class DefaultRequirements(SuiteRequirements): ) @property - def english_locale_on_postgresql(self): - return skip_if(lambda: against('postgresql') \ - and not self.db.scalar('SHOW LC_COLLATE').startswith('en')) - - @property def selectone(self): """target driver must support the literal statement 'select 1'""" return skip_if(["oracle", "firebird"], "non-standard SELECT scalar syntax") |