summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-16 13:33:48 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-16 13:33:48 -0500
commit39fddb8bda933eb0e7835eed09656f6992b3ac58 (patch)
treea68a410ef696a66d6070955b724aa963f0aa870a /setup.py
parente1402efb198f96090833a9b561cdba8dee937f70 (diff)
downloadsqlalchemy-39fddb8bda933eb0e7835eed09656f6992b3ac58.tar.gz
- set sqla_nose as the setup.py test runner - works !
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 0e9b18c66..e3bdfeff8 100644
--- a/setup.py
+++ b/setup.py
@@ -82,12 +82,8 @@ setup(name = "SQLAlchemy",
package_dir = {'':'lib'},
license = "MIT License",
- # TODO: this is nice, but Python 3 support ?
- # any way to make it not install for build/install ?
- #setup_requires=["setuptools_hg"],
-
tests_require = ['nose >= 0.11'],
- test_suite = "nose.collector",
+ test_suite = "sqla_nose",
long_description = """\
SQLAlchemy is: