chg: Do not clone repo from test

pull/1067/head
Raphaël Vinot 2023-09-22 15:09:17 +02:00
parent 7c13197980
commit 6a37370689
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ test_file_path = Path('tests/viper-test-files')
print(test_file_path, 'exists: ', test_file_path.exists())
if not test_file_path.exists():
print('The test files are missing, pulling it.')
os.system('git clone https://github.com/viper-framework/viper-test-files.git tests/viper-test-files')
#if not test_file_path.exists():
# print('The test files are missing, pulling it.')
# os.system('git clone https://github.com/viper-framework/viper-test-files.git tests/viper-test-files')
class TestComprehensive(unittest.TestCase):