]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- finding myself still using nose for short runs as it starts up faster,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Mar 2014 14:51:55 +0000 (09:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Mar 2014 14:51:55 +0000 (09:51 -0500)
let's stay on the fence.

sqla_nose.py

index c8ebaf34f09a48bbc4d92a47fee73b78f2c88fcd..a01e00152cb30accd153f0a0f98b3a48e54ea1f4 100755 (executable)
@@ -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']: