Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

import OrderedDict from git.odict rather than directly from collections, to pix Py2.6 compatibility#443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Byron merged 1 commit intogitpython-developers:masterfromboegel:fix_ordereddict
May 26, 2016

Conversation

boegel
Copy link
Contributor

cfr.https://github.com/gitpython-developers/GitPython/pull/431/files/89ade7bfff534ae799d7dd693b206931d5ed3d4f#r64649040

cc@Byron

I tested this in my fork on Travis; I'm running into one failing test, but it seems unrelated to this change.
Am I missing something to make the tests pass?

======================================================================ERROR: test_init_repo_object (git.test.test_docs.Tutorials)----------------------------------------------------------------------Traceback (most recent call last):  File "/home/travis/build/boegel/GitPython/git/ext/gitdb/gitdb/test/lib.py", line 87, in wrapper    return func(self, path)  File "/home/travis/build/boegel/GitPython/git/test/test_docs.py", line 68, in test_init_repo_object    assert repo.refs['origin/master'] == repo.remotes.origin.refs.master  # ... remotes ...  File "/home/travis/build/boegel/GitPython/git/util.py", line 684, in __getitem__    raise IndexError("No item found with id %r" % (self._prefix + index))IndexError: No item found with id 'origin/master'

@ByronByron added this to the v2.0.4 - Bugfixes milestoneMay 26, 2016
@ByronByron self-assigned thisMay 26, 2016
@Byron
Copy link
Member

The unit-tests are not perfectly isolated, and being on a branch makes some of them fail. It's a known issue, also one that I am not proud of :).
Travis is happy, here you go, thanks for your contribution !

@ByronByron merged commit8486f2d intogitpython-developers:masterMay 26, 2016
@boegel
Copy link
ContributorAuthor

Thanks@Byron!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@ByronByron

Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
@boegel@Byron

[8]ページ先頭

©2009-2025 Movatter.jp