mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Fix travis check for mysql
This commit is contained in:
parent
1a2376e8e2
commit
fad1cbed50
@ -210,7 +210,7 @@ class TestBenchInit(unittest.TestCase):
|
||||
self.assert_exists(python_path, "site-packages", "pip")
|
||||
|
||||
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):
|
||||
for config, search_key in (
|
||||
|
Loading…
Reference in New Issue
Block a user