summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-05 09:51:55 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-05 09:51:55 -0500
commita5f8a04f6b7b1eb3cf441b6c7fc32167fa6eb360 (patch)
treeb31913477ee4ab4830f1985c0fc858b2c7832833
parentab2b3b0862c40b275c084dfc2007729c571fe18a (diff)
downloadsqlalchemy-a5f8a04f6b7b1eb3cf441b6c7fc32167fa6eb360.tar.gz
- finding myself still using nose for short runs as it starts up faster,
let's stay on the fence.
-rwxr-xr-xsqla_nose.py4
1 files changed, 0 insertions, 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']: