Drop pg8000 tests, close #1742

This commit is contained in:
masia5
2018-02-25 07:25:50 +01:00
committed by GitHub
parent 2bcd0c2f10
commit 8d2fa09ef7

View File

@@ -107,11 +107,3 @@ class TestDALAdapters(unittest.TestCase):
os.environ["DB"] = "mysql://root:@localhost/pydal"
result = self._run_tests()
self.assertTrue(result)
def test_pg8000(self):
if os.environ.get('APPVEYOR'):
return
if os.environ.get('TRAVIS'):
os.environ["DB"] = "postgres:pg8000://postgres:@localhost/pydal"
result = self._run_tests()
self.assertTrue(result)