Skip to content

Commit 89b6394

Browse files
committed
revert code to try to debug issue2551025
1 parent b704493 commit 89b6394

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ before_install:
8383
- cd $TRAVIS_BUILD_DIR
8484

8585
install:
86-
#- pip install mysqlclient==1.3.13
87-
- pip install mysqlclient
86+
- pip install mysqlclient==1.3.13
87+
#- pip install mysqlclient
8888
- pip install psycopg2
8989
- pip install gpg pytz whoosh pyjwt
9090
- pip install pytest-cov codecov

test/test_mysql.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def setUp(self):
3535
self.module.db_nuke(config)
3636

3737
def tearDown(self):
38-
if self.db:
39-
self.db.close()
38+
self.db.close()
4039
self.nuke_database()
4140

4241
def nuke_database(self):

0 commit comments

Comments
 (0)