From: Mike Bayer Date: Wed, 5 Mar 2014 14:51:55 +0000 (-0500) Subject: - finding myself still using nose for short runs as it starts up faster, X-Git-Tag: rel_0_9_4~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f8a04f6b7b1eb3cf441b6c7fc32167fa6eb360;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - finding myself still using nose for short runs as it starts up faster, let's stay on the fence. --- diff --git a/sqla_nose.py b/sqla_nose.py index c8ebaf34f0..a01e00152c 100755 --- a/sqla_nose.py +++ b/sqla_nose.py @@ -11,10 +11,6 @@ import imp import nose import warnings -warnings.warn( - "SQLAlchemy now includes py.test support which going forward should be " - "preferred to nose. Please see README.unittests.rst for updated " - "testing information!") from os import path for pth in ['./lib']: