diff scripts/generate-ini.py @ 6622:ff287676b206

tests: initial_repo_scan = false in test.ini, explicitly do repo scan in the pytest configure phase.
author Anton Schur <tonich.sh@gmail.com>
date Wed, 26 Apr 2017 11:21:56 +0300
parents fc6b1b0e1096
children a4715df40299
line wrap: on
line diff
--- a/scripts/generate-ini.py	Wed Apr 26 11:29:30 2017 +0300
+++ b/scripts/generate-ini.py	Wed Apr 26 11:21:56 2017 +0300
@@ -30,7 +30,6 @@
     ('kallithea/tests/test.ini',
         '''
         Kallithea - config for tests:
-        initial_repo_scan = true
         sqlalchemy and kallithea_test.sqlite
         custom logging
 
@@ -41,7 +40,6 @@
                 'port': '4999',
             },
             '[app:main]': {
-                'initial_repo_scan': 'true',
                 'app_instance_uuid': 'test',
                 'show_revision_number': 'true',
                 'beaker.cache.sql_cache_short.expire': '1',