2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

[fix] fixed mysqlclient version in bench test case

This commit is contained in:
Saurabh 2017-10-04 16:39:01 +05:30
parent 0c03041275
commit c87dcd0c3a

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