summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']: