Clear git_helpers.make_git_repo_safe cache in test, otherwise the test fails, because the function can be called from another place before.
Interface impacts
Testing
Unit tests
[x] Linux
Independent check of unit tests by Jean
[x] Linux from 2023.3rc4 candidate
[x] OSX from 2023.3rc4 (with CHANDRA_MODELS_REPO_DIR set to a directory owned by not-me. This skips some of the test_chandra_models.py tests but runs the test_git_helpers test).
Description
Clear git_helpers.make_git_repo_safe cache in test, otherwise the test fails, because the function can be called from another place before.
Interface impacts
Testing
Unit tests
Independent check of unit tests by Jean
Functional tests
No functional testing.