[jhbuild] tests: set use_local_modulesets so we don't hit the network



commit 50d91fbf47db6ebdb71a9ada2637b29dcfdf69a8
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Sep 21 23:29:11 2019 +0200

    tests: set use_local_modulesets so we don't hit the network

 tests/test_main.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/test_main.py b/tests/test_main.py
index 9bc9c46b..1e841ea0 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -165,6 +165,7 @@ class JhbuildConfigTestCase(unittest.TestCase):
         os.makedirs(config.prefix)
         config.buildroot = None
         config.interact = False
+        config.use_local_modulesets = True
         config.quiet_mode = True # Not enough to disable output entirely
         config.progress_bar = False
         config.real_setup_env()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]