mirror of
https://github.com/frappe/bench.git
synced 2025-02-04 11:58:25 +00:00
Merge pull request #412 from sagarvora/fix-travis
Fix travis error for mysql
This commit is contained in:
commit
00a42a4cd9
@ -210,7 +210,7 @@ class TestBenchInit(unittest.TestCase):
|
|||||||
self.assert_exists(python_path, "site-packages", "pip")
|
self.assert_exists(python_path, "site-packages", "pip")
|
||||||
|
|
||||||
site_packages = os.listdir(os.path.join(python_path, "site-packages"))
|
site_packages = os.listdir(os.path.join(python_path, "site-packages"))
|
||||||
self.assertTrue(any(package.startswith("MySQL_python-1.2.5") for package in site_packages))
|
self.assertTrue(any(package.startswith("mysqlclient-1.3.8") for package in site_packages))
|
||||||
|
|
||||||
def assert_config(self, bench_name):
|
def assert_config(self, bench_name):
|
||||||
for config, search_key in (
|
for config, search_key in (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user