Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When unit testing my application that leverages GitPython (1.0.1) with Python 3.5.1, I see this PendingDeprecationWarning:
generator 'SymbolicReference._iter_packed_refs' raised StopIteration for sha, rela_path in cls._iter_packed_refs(repo):
This is described in PEP 0479 -- Change StopIteration handling inside generators.