diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-17 12:46:20 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-17 12:46:20 -0500 |
| commit | 469b6fabaf78fa0aad485005fd7bc8be7fe27f92 (patch) | |
| tree | 7c2af0c81474c55159906c758593ae6e4ae34292 /test/dialect | |
| parent | f3a892a3ef666e299107a990bf4eae7ed9a953ae (diff) | |
| download | sqlalchemy-469b6fabaf78fa0aad485005fd7bc8be7fe27f92.tar.gz | |
- add an exclusion here that helps with the case of 3rd party
test suite redefining an existing test in test_suite
Diffstat (limited to 'test/dialect')
| -rw-r--r-- | test/dialect/test_suite.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/test_suite.py b/test/dialect/test_suite.py index e6d642ced..3820a7721 100644 --- a/test/dialect/test_suite.py +++ b/test/dialect/test_suite.py @@ -1,2 +1,3 @@ from sqlalchemy.testing.suite import * + |
