Refactor to clean up and move utility/legacy out of the agent (#7917)

This commit is contained in:
Engel Nyst
2025-04-18 19:53:33 +02:00
committed by GitHub
parent 76cad626ed
commit a2c55cfdef
16 changed files with 118 additions and 158 deletions

View File

@@ -837,4 +837,6 @@ MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE = {
k: 'bin/test -C --verbose' for k in MAP_VERSION_TO_INSTALL_SYMPY.keys()
},
}
MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE['django/django']['1.9'] = './tests/runtests.py --verbosity 2'
MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE['django/django']['1.9'] = (
'./tests/runtests.py --verbosity 2'
)