summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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: