]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
require nose .11 to support first_package_wins flag
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 22:03:10 +0000 (22:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 22:03:10 +0000 (22:03 +0000)
setup.py

index 57ec1d343fe1688f5748a5438e005dfbad80a51d..37fc606f2ffeca9b63f31a21a427d54aa6972bfb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ setup(name = "SQLAlchemy",
       packages = find_packages('lib'),
       package_dir = {'':'lib'},
       license = "MIT License",
-      tests_require = ['nose >= 0.10'],
+      tests_require = ['nose >= 0.11'],
       test_suite = "nose.collector",
       ext_modules = (BUILD_CEXTENSIONS and
                      [Extension('sqlalchemy.cprocessors',