diff options
author | Rodrigo Menezes <rodrigo.menezes@moat.com> | 2014-09-03 16:38:43 -0400 |
---|---|---|
committer | Rodrigo Menezes <rodrigo.menezes@moat.com> | 2014-09-03 16:38:43 -0400 |
commit | fbd2d70a5cfd7b5c219c51cb5b7866c4ab89cece (patch) | |
tree | 996181dbb3fcade0e1dbfad163d01d3cb547580d /test/requirements.py | |
parent | d39be884321d0afbae7ef3da556382b53fef8060 (diff) | |
download | sqlalchemy-fbd2d70a5cfd7b5c219c51cb5b7866c4ab89cece.tar.gz |
Fixing some pep8s and adding get_foreign_tables.
Diffstat (limited to 'test/requirements.py')
-rw-r--r-- | test/requirements.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.py b/test/requirements.py index 46c19389a..14bb25691 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -712,7 +712,7 @@ class DefaultRequirements(SuiteRequirements): 'sqla_testing', 'postgres_test_db_link'), "postgres_test_db_link option not specified in config" ) - + @property def percent_schema_names(self): return skip_if( |