From c23b5dc0ae64753b1fdbe4aa501ab193e0c8a805 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Thu, 20 Feb 2014 13:28:06 +0200 Subject: [PATCH] Raise SA dep to 0.9.3 --- setup.py | 2 +- tests/__init__.py | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 76c0b29..66a5d56 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( ], install_requires=[ 'six', - 'SQLAlchemy>=0.8.0', + 'SQLAlchemy>=0.9.3', 'toolz>=0.4.1', 'total_ordering>=0.1' if sys.version_info[0] == 2 and sys.version_info[1] < 7 else '' diff --git a/tests/__init__.py b/tests/__init__.py index 8ae4b91..71c47be 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -37,7 +37,7 @@ class TestCase(object): def setup_method(self, method): self.engine = create_engine(self.dns) - #self.engine.echo = True + # self.engine.echo = True self.connection = self.engine.connect() self.Base = declarative_base() diff --git a/tox.ini b/tox.ini index 13ab8f5..cf07b86 100644 --- a/tox.ini +++ b/tox.ini @@ -6,4 +6,4 @@ commands = pip install -e ".[test]" py.test install_command = pip install {packages} deps = - SQLAlchemy==0.9.2 + SQLAlchemy==0.9.3