From 8172fdf49de9e4d0fc64d9b7eda484f15820f269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sat, 23 Sep 2023 14:51:40 +0200 Subject: [PATCH] chg: try to speedup tests by not importing galaxies, taxos, ... --- tests/testlive_comprehensive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testlive_comprehensive.py b/tests/testlive_comprehensive.py index 9953172..e47fc11 100644 --- a/tests/testlive_comprehensive.py +++ b/tests/testlive_comprehensive.py @@ -49,7 +49,7 @@ except ImportError as e: urllib3.disable_warnings() -fast_mode = False +fast_mode = True test_file_path = Path('tests/viper-test-files')