This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
GitPython causes AttributeError: 'FakePipeWrapper' object has no attribute 'closed'
#649
Labels
Describe the bug
If I am writing functions that interact with a git repository, I usually use GitPython.
To test these function,
pyfakefs
would be great.So far, it seems that it is not supported.
Additionally, it is not listed in https://jmcgeheeiv.github.io/pyfakefs/master/usage.html#modules-not-working-with-pyfakefs
MWE and stacktrace below
How To Reproduce
Please provide a unit test or a minimal code snippet that reproduces the
problem.
Your environment
The text was updated successfully, but these errors were encountered: