Merge branch 'master' of github.com:web2py/web2py

This commit is contained in:
mdipierro
2018-03-15 17:14:50 -05:00
-8
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)