From a5f8a04f6b7b1eb3cf441b6c7fc32167fa6eb360 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 5 Mar 2014 09:51:55 -0500 Subject: - finding myself still using nose for short runs as it starts up faster, let's stay on the fence. --- sqla_nose.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sqla_nose.py b/sqla_nose.py index c8ebaf34f..a01e00152 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']: -- cgit v1.2.1