summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-14 11:37:50 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-14 11:37:50 -0400
commit10ad109bb665a714dff27fd68f06c1b495a7169d (patch)
treeb6bd222c082a2468c5c26a8dbd59787f537ef897 /setup.cfg
parent10e9b2e1eab69bbfc249562994b951b3dc191bb8 (diff)
downloadalembic-10ad109bb665a714dff27fd68f06c1b495a7169d.tar.gz
- move pretty much all of sqlalchemy.testing over for now, as we'd
like to run tests against 0.8 and even late 0.7 versions with the same capabilities, as well as run parallel testing against all of them. we need a consistent system to get that all to work, so for now we have the whole SQLA system shoved into here, not ideal but we have a very good testing situation for now. Once we target 0.9.4 at the lowest we should be able to move all this out. - re-support 0.7, starting at 0.7.6 which is where things mostly work. All tests, taking into account known skips and fails which are added here for 0.7, early 0.8s, pass on 0.7.9.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5972b73..97f5a9c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,7 @@ identity = C4DAFEE1
[nosetests]
with-sqla_testing = true
+where = tests
[sqla_testing]