Open jamesbraza opened 10 months ago
Hmm, test_repository.py
tests are annoying as they are based on your local git
config. In general Repository
is a deprecated part of the codebase and though we still support it, we don't investigate it much. However I've never seen this error before (not happening in CI, not on my laptop).
If you'd like me to share a subset of my Git config, let me know. Perhaps a well placed filesystem patch
can solve the problem here by overriding one's local Git config, or a subprocess
patch.
Since it's deprecated code, feel free to ignore this issue or close it out
I will let this issue open just in case but low priority to be honest. I'm not sure which git config values I would need to investigate it though let's keep it as it is for now :smile:
Describe the bug
I am getting this when running
make test
:Reproduction
I don't know, probably something about my set up led to this
Logs
System info