2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

[test-case][fix] for mysqlclient version check

This commit is contained in:
Saurabh 2017-07-25 12:32:07 +05:30
parent f9e3dedf3b
commit 756d4b0817

View File

@ -212,7 +212,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("mysqlclient-1.3.8") for package in site_packages))
self.assertTrue(any(package.startswith("mysqlclient-1.3.10") for package in site_packages))
def assert_config(self, bench_name):
for config, search_key in (