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

Commitc9dbaab

Browse files
author
Sebastian Thiel
committed
Revert "This time, use test-requirements."
This reverts commit74a0507.https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634
1 parent74a0507 commitc9dbaab

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

‎.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ install:
2222
-python --version; git --version
2323
-git submodule update --init --recursive
2424
-git fetch --tags
25-
-pip install -r requirements.txt
2625
-pip install -r test-requirements.txt
2726
-pip install codecov sphinx
2827

‎git/compat.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
is_win= (os.name=='nt')
3131
is_posix= (os.name=='posix')
3232
is_darwin= (os.name=='darwin')
33-
ifhasattr(sys,'getfilesystemencoding'):
34-
defenc=sys.getfilesystemencoding()
35-
ifdefencisNone:
36-
defenc=sys.getdefaultencoding()
33+
defenc=sys.getdefaultencoding()
3734

3835
ifPY3:
3936
importio

‎git/repo/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This module is part of GitPython and is released under
55
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
66

7-
frombuiltinsimportstr
87
fromcollectionsimportnamedtuple
98
importlogging
109
importos

‎requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
gitdb2 (>=2.0.0)
2-
gitdb>=0.6.4
3-
ddt>=1.1.1
4-
future>=0.9

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp